summaryrefslogtreecommitdiffstats
path: root/scripts/arm-magic.sh
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-06-29 06:30:32 +0000
committerRod Whitby <rod@whitby.id.au>2007-06-29 06:30:32 +0000
commit5efd069ecb6780cda5a7f47cbdf980d3ada3c94c (patch)
tree4a300d7062eaf49ef94276634e9a5f40d667d0a5 /scripts/arm-magic.sh
parentb67e1aee7e8b600bc4c5b0a7496c595a419ff2ea (diff)
downloadmaster-31e0f0ae-5efd069ecb6780cda5a7f47cbdf980d3ada3c94c.tar.gz
master-31e0f0ae-5efd069ecb6780cda5a7f47cbdf980d3ada3c94c.tar.bz2
master-31e0f0ae-5efd069ecb6780cda5a7f47cbdf980d3ada3c94c.zip
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.
SVN-Revision: 7770
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 ee8a0bc1cd..cfd559ed77 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)