From 57edbc3e32ffb40eef77e0da8f07f84e87055eda Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 5 Nov 2005 16:11:50 +0000 Subject: meta/openslug-image.bb: Enabled for Iomega NAS 100d builds. --- packages/meta/openslug-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/meta/openslug-image.bb') 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 -- cgit v1.2.3