mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lantiq: fix initial VLAN conf for P2601HNFX
Signed-off-by: Antonios Vamporakis <ant@area128.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40321 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -113,12 +113,13 @@ 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)
|
||||
ucidef_set_interface_lan 'eth0.1'
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
|
||||
Reference in New Issue
Block a user