aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-26 04:13:25 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-26 04:13:25 +0000
commit99b31e0d13c0194a23d7e4eede835b17922e6411 (patch)
tree30b3a4a3131f069ca860073a691dec8d8dfb1d72
parent0c1daa971d33947ba05f464704cee6b38ac67674 (diff)
downloadopenembedded-99b31e0d13c0194a23d7e4eede835b17922e6411.tar.gz
slugos-image: Fixed missing change to SLUGOS_FLASH_IMAGE
-rw-r--r--packages/images/slugos-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index df8a4d6222..0e034005e7 100644
--- a/packages/images/slugos-image.bb
+++ b/packages/images/slugos-image.bb
@@ -112,7 +112,7 @@ python () {
# it is a bad idea to produce flash images without a valid RedBoot - that allows
# an innocent user upgrade attempt to instantly brick the NSLU2.
PACK_IMAGE += "${@['', 'slugos_pack_image;'][bb.data.getVar('SLUGOS_FLASH_IMAGE', d, 1) == '1']}"
-PACK_IMAGE_DEPENDS += "${@['', 'slugimage-native nslu2-linksys-firmware apex ixp4xx-npe'][bb.data.getVar('SLUGOS_FLASH_IMAGE', d, 1) == 'nslu2']}"
+PACK_IMAGE_DEPENDS += "${@['', 'slugimage-native nslu2-linksys-firmware apex ixp4xx-npe'][bb.data.getVar('SLUGOS_FLASH_IMAGE', d, 1) == '1']}"
NSLU2_SLUGIMAGE_ARGS ?= ""