brcm63xx: fix WAP-5813n default network config
authorJonas Gorski <jogo@openwrt.org>
Wed, 26 Aug 2015 13:03:09 +0000 (13:03 +0000)
committerJonas Gorski <jogo@openwrt.org>
Wed, 26 Aug 2015 13:03:09 +0000 (13:03 +0000)
/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>
SVN-Revision: 46727

target/linux/brcm63xx/base-files/etc/uci-defaults/02_network

index 2ff9e45860edc35197dd7e07d412037db0851717..11dd5b8d7b64ce6e5a1c9469d4299a5b37f91b16 100644 (file)
@@ -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"