arm-magic.sh: Added support for fsg3
SVN-Revision: 7922
This commit is contained in:
parent
ffac90fdb7
commit
4fa6ccae04
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
# NOTE: for now it's for only IXP4xx in big endian mode
|
# NOTE: for now it's for only IXP4xx in big endian mode
|
||||||
|
|
||||||
# list of supported boards, in "boardname machtypeid" format
|
# 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
|
do
|
||||||
set -- $board
|
set -- $board
|
||||||
hexid=$(printf %x\\n $2)
|
hexid=$(printf %x\\n $2)
|
||||||
|
|
Loading…
Reference in a new issue