aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/arm-magic.sh
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-07-02 23:25:52 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-07-02 23:25:52 +0000
commit1f68c4745d77d681991a6059fd8ad42418e576de (patch)
tree56e455079b8692face1342cf28896e82942520a4 /scripts/arm-magic.sh
parent163b7288ffd5b1e9c3cce2214998deb2c6ff6802 (diff)
downloadupstream-1f68c4745d77d681991a6059fd8ad42418e576de.tar.gz
upstream-1f68c4745d77d681991a6059fd8ad42418e576de.tar.bz2
upstream-1f68c4745d77d681991a6059fd8ad42418e576de.zip
generate patched zImage for the Pronghorn, too
SVN-Revision: 11623
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 cb9d8f320f..39522a2653 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" "wg302v1 889" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849" "dsmg600 964" "fsg3 1091" "ap1000 1543" "tw2662 1658" "tw5334 1664" "ixdpg425 604" "cambria 1468"
+for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v1 889" "wg302v2 890" "pronghorn 928" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849" "dsmg600 964" "fsg3 1091" "ap1000 1543" "tw2662 1658" "tw5334 1664" "ixdpg425 604" "cambria 1468"
do
set -- $board
hexid=$(printf %x\\n $2)