aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/arm-magic.sh
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-07-11 14:07:28 +0000
committerRod Whitby <rod@whitby.id.au>2007-07-11 14:07:28 +0000
commit4fa6ccae0496f81313d2415569e4d626fe986333 (patch)
treea12ec4328e31a23d0c9be66c650f4fe08fcc4c5b /scripts/arm-magic.sh
parentffac90fdb7af430340b4dd6fa4d8ef80a30abfe9 (diff)
downloadupstream-4fa6ccae0496f81313d2415569e4d626fe986333.tar.gz
upstream-4fa6ccae0496f81313d2415569e4d626fe986333.tar.bz2
upstream-4fa6ccae0496f81313d2415569e4d626fe986333.zip
arm-magic.sh: Added support for fsg3
SVN-Revision: 7922
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 cfd559ed77..2a82a3303d 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" "dsmg600 964"
+for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849" "dsmg600 964" "fsg3 1091"
do
set -- $board
hexid=$(printf %x\\n $2)