2
0
forked from Ivasoft/openwrt

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 <ant@area128.com>
Tested-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 40317
This commit is contained in:
John Crispin
2014-03-30 09:16:06 +00:00
parent 9b78e13aa3
commit 9531390aad
4 changed files with 332 additions and 0 deletions

View File

@@ -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)