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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user