diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-27 22:53:25 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-27 22:53:25 +0000 |
commit | 9495c1d41d6447f944798f9d88a85bd42a5b4a54 (patch) | |
tree | 6c030186e9501cb7813a8d2300478003c71129d1 /packages | |
parent | 0b5a79be0ad671646df9fcbfbc4e635048abb0c1 (diff) | |
parent | 241e95f564a9d52d64a1eba08296ce943ac67ba2 (diff) |
merge of '3c8de2560478b42631b53f526f6839d2a4403cc9'
and '7255f9463a418dff8966b4189b5210a7ea8df038'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/images/slugos-image.bb | 2 |
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 ?= "" |