2
0
forked from Ivasoft/openwrt

lantiq: add support for ZTE H201L

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38048
This commit is contained in:
Luka Perkov
2013-09-19 00:50:44 +00:00
parent da01479d73
commit 7d2c5682b9
5 changed files with 161 additions and 1 deletions

View File

View File

@@ -84,6 +84,12 @@ GR7000)
ucidef_set_interface_wan "eth0"
uci set network.lan.ifname=''
;;
H201L)
ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4t"
;;
esac
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"