summaryrefslogtreecommitdiffstats
path: root/scripts/arm-magic.sh
diff options
context:
space:
mode:
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-29 06:30:32 +0000
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-29 06:30:32 +0000
commit36576137d6b9bcd959dab7d4545d14939dde6fbe (patch)
treeefdded8e6244c5abd3f99738df47caec67bd7d4a /scripts/arm-magic.sh
parentaefa916a3aca58640ae3a3305a345a95a282bc17 (diff)
Added support for the D-Link DSM-G600 RevA, and fixed the clock frequency for NSLU2 and DSMG600. Had to refresh the gateway 7001 patch due to changes in the file being patched.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7770 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 ee8a0bc1c..cfd559ed7 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" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849"
+for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849" "dsmg600 964"
do
set -- $board
hexid=$(printf %x\\n $2)