#20407: Wrong model name in trunk/target/linux/brcm63xx/base-files/etc/uci-
defaults/02_network
---------------------------------+----------------------------------
 Reporter:  matias.rivera@…      |      Owner:  developers
     Type:  defect               |     Status:  new
 Priority:  normal               |  Milestone:  Chaos Calmer (trunk)
Component:  base system          |    Version:  Trunk
 Keywords:  network, base-files  |
---------------------------------+----------------------------------
 Hi, I found an error in target/linux/brcm63xx/base-files/etc/uci-
 defaults/02_network

 The configuration file has an invalid router model name. The file says

 wap-58'''31'''n)
    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"
    ucidef_add_switch_vlan "eth0" "2" "4 5t"
    ;;

 but the model name is

 wap-58'''13'''n)
    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"
    ucidef_add_switch_vlan "eth0" "2" "4 5t"
    ;;

 I have tried this change myself and it's working fine.

--
Ticket URL: <https://dev.openwrt.org/ticket/20407>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to