meta/openslug-image.bb: Enabled for Iomega NAS 100d builds.
authorRod Whitby <rod@whitby.id.au>
Sat, 5 Nov 2005 16:11:50 +0000 (16:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 5 Nov 2005 16:11:50 +0000 (16:11 +0000)
packages/meta/openslug-image.bb

index e97d577..63ee2cc 100644 (file)
@@ -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