X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=scripts%2Farm-magic.sh;fp=scripts%2Farm-magic.sh;h=8bc35c1d4bfcb24ed134071c3dff42b441bd8360;hp=e8f41d3372cfbe694afd101d7968895b371433a7;hb=3bd0e5413f2198ebd8482229a07a69a60055d830;hpb=0269e9379e05169425fabc8ef3f0e32d4bacfbbc diff --git a/scripts/arm-magic.sh b/scripts/arm-magic.sh index e8f41d3372..8bc35c1d4b 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