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 | d71c009575a07a1179fedab0a4e8e3a634044ec3 (patch) | |
tree | efdded8e6244c5abd3f99738df47caec67bd7d4a /scripts | |
parent | ee8dc5e2cd66d6b1f013b8830222caa9f68eccd5 (diff) | |
download | upstream-d71c009575a07a1179fedab0a4e8e3a634044ec3.tar.gz upstream-d71c009575a07a1179fedab0a4e8e3a634044ec3.tar.bz2 upstream-d71c009575a07a1179fedab0a4e8e3a634044ec3.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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7770 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-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) |