2
0
forked from Ivasoft/openwrt

lantiq: DGN3500 support

This requires all the preceding patches and finishes support for the
DGN3500, also removing an obsolete file.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>

SVN-Revision: 36781
This commit is contained in:
John Crispin
2013-05-30 16:00:50 +00:00
parent a9968d9cb8
commit 090a75447b
3 changed files with 15 additions and 23 deletions

View File

@@ -72,6 +72,11 @@ WBMR)
VG3503J)
ucidef_set_interface_lan 'eth0 eth1'
;;
DGN3500*)
ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "3 2 1 0 5t"
;;
esac
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"