diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-08-18 13:45:52 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-08-18 13:45:52 +0000 |
commit | d62e0d6ede9dffb3fadf2cba31414b1619dda0b5 (patch) | |
tree | 24e4a8a436368a7f8ecc6a121002a209beab26fe /classes | |
parent | 5e4a316240328e9393a890bd76aaeb541cba69f4 (diff) |
nslu2-image: Now that we use apex, we can use the generic ixp4xx image, and allow people to change the RAM size with apex-env - we should be able to make fatslugs work from our standard images now
Diffstat (limited to 'classes')
-rw-r--r-- | classes/nslu2-image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/nslu2-image.bbclass b/classes/nslu2-image.bbclass index 662be2910a..edd23ae07f 100644 --- a/classes/nslu2-image.bbclass +++ b/classes/nslu2-image.bbclass @@ -6,7 +6,7 @@ nslu2_pack_image () { ${STAGING_LOADER_DIR}/apex-nslu2.bin \ ${STAGING_LOADER_DIR}/apex-nslu2-16mb.bin \ ${DEPLOY_DIR_IMAGE}/slug/ - install -m 0644 ${DEPLOY_DIR_IMAGE}/zImage-nslu2${SITEINFO_ENDIANESS} \ + install -m 0644 ${DEPLOY_DIR_IMAGE}/zImage-ixp4xx${SITEINFO_ENDIANESS} \ ${DEPLOY_DIR_IMAGE}/slug/vmlinuz install -m 0644 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ ${DEPLOY_DIR_IMAGE}/slug/flashdisk.jffs2 |