X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/135c702d2e40345c3b3660a63d254d2ae281cdee..db273bc36e951025393256e94b14310b5ead8da2:/scripts/arm-magic.sh diff --git a/scripts/arm-magic.sh b/scripts/arm-magic.sh index e8f41d337..8bc35c1d4 100755 --- a/scripts/arm-magic.sh +++ b/scripts/arm-magic.sh @@ -34,5 +34,5 @@ do printf "\xe3\xa0\x10\x$(echo $hexid|cut -b "2 3")\xe3\x81\x1c\x$(echo $hexid|cut -b 1)" > $BIN_DIR/openwrt-$1-zImage fi # generate the image - cat $BIN_DIR/openwrt-ixp4xx-zImage >> $BIN_DIR/openwrt-$1-zImage + cat $BIN_DIR/$IMG_PREFIX-zImage >> $BIN_DIR/openwrt-$1-zImage done