From 892aa1df65604c257f185b5c714a336f80eafd95 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 26 Aug 2015 13:04:13 +0000 Subject: [PATCH] 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: Jonas Gorski SVN-Revision: 46728 --- target/linux/brcm63xx/base-files/etc/uci-defaults/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network index e5880eb414..2e5527b82e 100644 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network @@ -107,7 +107,7 @@ bcm96368mvwg) 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_add_switch "eth0" "1" "1" ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 5t" -- 2.30.2