From: Rod Whitby Date: Tue, 25 Mar 2008 06:10:58 +0000 (+0000) Subject: arm-magic.sh: added tw5334 machine id X-Git-Tag: reboot~26897 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6ec9c45b887ab8f5ccd1f0bb20d65a07bc7fa11d arm-magic.sh: added tw5334 machine id SVN-Revision: 10652 --- diff --git a/scripts/arm-magic.sh b/scripts/arm-magic.sh index 8af8ff8e99..2b569358bb 100755 --- a/scripts/arm-magic.sh +++ b/scripts/arm-magic.sh @@ -22,7 +22,7 @@ # NOTE: for now it's for only IXP4xx in big endian mode # list of supported boards, in "boardname machtypeid" format -for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v1 889" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849" "dsmg600 964" "fsg3 1091" "ap1000 1543" "tw2662 1658" +for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v1 889" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849" "dsmg600 964" "fsg3 1091" "ap1000 1543" "tw2662 1658" "tw5334 1664" do set -- $board hexid=$(printf %x\\n $2)