From 5e8d7e53821af0eb4d8e4a65a4272d43887f5936 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 19 Sep 2013 00:50:46 +0000 Subject: lantiq: add support for ZyXEL P2601HNFX git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38049 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/base-files/etc/uci-defaults/02_network | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/lantiq/base-files') diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network index a5cf212dde..2cf16f3418 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -90,6 +90,12 @@ H201L) ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4t" ;; + +P2601HNFX) + ucidef_set_interface_lan "eth0.1" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t" + ;; esac [ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload" -- cgit v1.2.3