From 9531390aadea49eff8d173c79787670daa97762f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 30 Mar 2014 09:16:06 +0000 Subject: lantiq: add support for ZyXEL P2812HNUFX This patch adds almost full support for this board. WiFi is still not working. The FXS ports are not functional due to missing support for the TAPI driver on VR9 SoC. Signed-off-by: Antonios Vamporakis Tested-by: Luka Perkov SVN-Revision: 40317 --- target/linux/lantiq/base-files/etc/uci-defaults/02_network | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/lantiq/base-files/etc/uci-defaults') 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 6e17d4dde2..4903eb92d0 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -109,6 +109,12 @@ P2601HNFX) ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t" ;; + +P2812HNUFX) + ucidef_set_interface_lan 'eth0.1' + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0 1 2 4 5 6t" + ;; TDW8970) lan_mac=$(mtd_get_mac_binary boardconfig 61696) -- cgit v1.2.3