From: Rod Whitby Date: Sat, 5 Nov 2005 16:11:50 +0000 (+0000) Subject: meta/openslug-image.bb: Enabled for Iomega NAS 100d builds. X-Git-Tag: Release-2010-05/1~9453^2~3127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57edbc3e32ffb40eef77e0da8f07f84e87055eda;p=openembedded.git meta/openslug-image.bb: Enabled for Iomega NAS 100d builds. --- diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb index e97d57702b..63ee2cc204 100644 --- a/packages/meta/openslug-image.bb +++ b/packages/meta/openslug-image.bb @@ -50,9 +50,9 @@ IPKG_INSTALL = "base-files base-passwd \ inherit image_ipk python () { - # Don't build openslug images unless we're targeting an nslu2 + # Don't build openslug images unless we're targeting an nslu2 or nas100d mach = bb.data.getVar("MACHINE", d, 1) - if mach != 'nslu2': + if mach != 'nslu2' and mach != 'nas100d': raise bb.parse.SkipPackage("OpenSlug only builds for the Linksys NSLU2") } LICENSE = MIT