diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-04-17 09:21:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-04-17 09:21:50 +0000 |
commit | 0fc4540a23f4e0d5c0aa2521ae15313667044f05 (patch) | |
tree | c79a7abe5c45369e7a36d846451905d4bfd08d26 /scripts | |
parent | 65113c481fc9d9a2b89886be224b40376e0c9e5b (diff) | |
download | upstream-0fc4540a23f4e0d5c0aa2521ae15313667044f05.tar.gz upstream-0fc4540a23f4e0d5c0aa2521ae15313667044f05.tar.bz2 upstream-0fc4540a23f4e0d5c0aa2521ae15313667044f05.zip |
add support for the Compex WP18 and NP18A
SVN-Revision: 6981
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 1e8f3333ff..9b48841cd1 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" +for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v2 890" "pronghornmetro 1040" "compex 1273" do set -- $board hexid=$(printf %x\\n $2) |