lantiq: fix initial VLAN conf for P2601HNFX

Signed-off-by: Antonios Vamporakis <ant@area128.com>

SVN-Revision: 40321
master
John Crispin 11 years ago
parent 5a98a6b9cf
commit 112059073e
  1. 3
      target/linux/lantiq/base-files/etc/uci-defaults/02_network

@ -113,10 +113,11 @@ H201L)
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4t"
;;
#rtl8306g
P2601HNFX)
ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
;;
P2812HNUFX)

Loading…
Cancel
Save