diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-06-29 06:30:32 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-06-29 06:30:32 +0000 |
commit | 5efd069ecb6780cda5a7f47cbdf980d3ada3c94c (patch) | |
tree | 4a300d7062eaf49ef94276634e9a5f40d667d0a5 /scripts/arm-magic.sh | |
parent | b67e1aee7e8b600bc4c5b0a7496c595a419ff2ea (diff) | |
download | upstream-5efd069ecb6780cda5a7f47cbdf980d3ada3c94c.tar.gz upstream-5efd069ecb6780cda5a7f47cbdf980d3ada3c94c.tar.bz2 upstream-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-x | scripts/arm-magic.sh | 2 |
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) |