From 7d2c5682b9bd626759daba4f39b1f7e21c06421b Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 19 Sep 2013 00:50:44 +0000 Subject: lantiq: add support for ZTE H201L Signed-off-by: Luka Perkov SVN-Revision: 38048 --- target/linux/lantiq/base-files/etc/uci-defaults/01_leds | 0 target/linux/lantiq/base-files/etc/uci-defaults/02_network | 6 ++++++ 2 files changed, 6 insertions(+) mode change 100755 => 100644 target/linux/lantiq/base-files/etc/uci-defaults/01_leds mode change 100755 => 100644 target/linux/lantiq/base-files/etc/uci-defaults/02_network (limited to 'target/linux/lantiq/base-files/etc') diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds old mode 100755 new mode 100644 diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network old mode 100755 new mode 100644 index 6b0093c..a5cf212 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -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" -- cgit v1.1