From: Mike Westerhof Date: Sat, 13 Dec 2008 01:33:29 +0000 (-0600) Subject: dsmg600-image.bbclass: use correct kernel file when assembling the bin image X-Git-Tag: Release-2010-05/1~4767^2~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1957fead2fe09057e8285f3954df728ae31b35;p=openembedded.git dsmg600-image.bbclass: use correct kernel file when assembling the bin image --- diff --git a/classes/dsmg600-image.bbclass b/classes/dsmg600-image.bbclass index 5ccf49267b..4e4550f5b7 100644 --- a/classes/dsmg600-image.bbclass +++ b/classes/dsmg600-image.bbclass @@ -1,6 +1,6 @@ dsmg600_pack_image () { install -d ${DEPLOY_DIR_IMAGE}/firmupgrade - install -m 0755 ${DEPLOY_DIR_IMAGE}/zImage-dsmg600${SITEINFO_ENDIANESS} \ + install -m 0755 ${DEPLOY_DIR_IMAGE}/zImage-nslu2${SITEINFO_ENDIANESS}.bin \ ${DEPLOY_DIR_IMAGE}/firmupgrade/ip-ramdisk install -m 0644 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ ${DEPLOY_DIR_IMAGE}/firmupgrade/rootfs.gz