summaryrefslogtreecommitdiffstats
path: root/scripts/arm-magic.sh
diff options
context:
space:
mode:
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-03-25 06:10:58 +0000
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-03-25 06:10:58 +0000
commit1c85bf862867b32338339ddfcf0831a55ef6f543 (patch)
tree0f367905e45d3d80f8e4bc7bdf9fce76d7e43872 /scripts/arm-magic.sh
parent32464dbf76141f3c43cb90d59a8f5340494a622d (diff)
arm-magic.sh: added tw5334 machine id
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/arm-magic.sh')
-rwxr-xr-xscripts/arm-magic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/arm-magic.sh b/scripts/arm-magic.sh
index 8af8ff8e9..2b569358b 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)