add support for the Netgear WG302v1/WAG302v1

SVN-Revision: 10197
This commit is contained in:
Imre Kaloz
2008-01-14 22:36:09 +00:00
parent 5e0b4b1379
commit ed57d3042b
5 changed files with 298 additions and 1 deletions

View File

@@ -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" "fsg3 1091" "ap1000 1543"
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"
do
set -- $board
hexid=$(printf %x\\n $2)