BigW Consortium Gitlab

Commit 69615d08 by jogo

CC: brcm63xx: fix WAP-5813n default network config

/etc/uci-defaults/02_network had a typo, making it generate the wrong network config. Closes #20407. Backport of r46727. Signed-off-by: 's avatarJonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46728 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 8a85bfe8
...@@ -107,7 +107,7 @@ bcm96368mvwg) ...@@ -107,7 +107,7 @@ bcm96368mvwg)
ucidef_add_switch_vlan "eth0" "1" "1 2 4 5 8t" ucidef_add_switch_vlan "eth0" "1" "1 2 4 5 8t"
;; ;;
wap-5831n) wap-5813n)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "eth0" "1" "1" ucidef_add_switch "eth0" "1" "1"
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 5t" ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 5t"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment