2
0
forked from Ivasoft/openwrt

add support for board named RTA770W

Actually this board is the very same as the rta770bw,
where the additional 'b' within the name just
indicates 'Annex B'. The ADSL Modem itself is able
to handle both, Annex A as well as Annex B -
the loaded firmware makes the only difference

SVN-Revision: 35500
This commit is contained in:
Mirko Vogt
2013-02-05 14:57:40 +00:00
parent dc2ba40af3
commit f460388ce2
4 changed files with 215 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ ucidef_set_interface_loopback
case "$board_name" in
RTA770BW |\
RTA770W |\
96348W3 |\
96358-502V |\
SPW500V)
@@ -31,7 +33,6 @@ CT6373-1 |\
D-4P-W |\
"F@ST2604" |\
RTA1320_16M |\
RTA770BW |\
V2110)
ucidef_set_interface_lan "eth0"
ucidef_add_switch "eth0" "1" "1"