aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-08-26 13:03:09 +0000
committerJonas Gorski <jogo@openwrt.org>2015-08-26 13:03:09 +0000
commit4dbda95ceb3edd6b516bb30530313a8b5568ab7a (patch)
tree8b964b99ce48706a00866ea3ce273f3e0b72193c /target/linux/brcm63xx
parent756bb29145c81b1adc5d46bfbf8468d6dca95b50 (diff)
downloadmaster-187ad058-4dbda95ceb3edd6b516bb30530313a8b5568ab7a.tar.gz
master-187ad058-4dbda95ceb3edd6b516bb30530313a8b5568ab7a.tar.bz2
master-187ad058-4dbda95ceb3edd6b516bb30530313a8b5568ab7a.zip
brcm63xx: fix WAP-5813n default network config
/etc/uci-defaults/02_network had a typo, making it generate the wrong network config. Closes #20407. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/base-files/etc/uci-defaults/02_network2
1 files changed, 1 insertions, 1 deletions
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 2ff9e45860..11dd5b8d7b 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"