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:
0
target/linux/lantiq/base-files/etc/uci-defaults/01_leds
Executable file → Normal file
0
target/linux/lantiq/base-files/etc/uci-defaults/01_leds
Executable file → Normal file
6
target/linux/lantiq/base-files/etc/uci-defaults/02_network
Executable file → Normal file
6
target/linux/lantiq/base-files/etc/uci-defaults/02_network
Executable file → Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user