aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/openslug-image.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-11-05 16:11:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-05 16:11:50 +0000
commit57edbc3e32ffb40eef77e0da8f07f84e87055eda (patch)
treefbc85a1e945de103227b435bd3a3417550a6f1c0 /packages/meta/openslug-image.bb
parentb57976ec426fe3606acce1ffbf4352dc05d20af3 (diff)
downloadopenembedded-57edbc3e32ffb40eef77e0da8f07f84e87055eda.tar.gz
meta/openslug-image.bb: Enabled for Iomega NAS 100d builds.
Diffstat (limited to 'packages/meta/openslug-image.bb')
-rw-r--r--packages/meta/openslug-image.bb4
1 files changed, 2 insertions, 2 deletions
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