forked from Ivasoft/openwrt
fix nonhotpluggable networks not being brought up. Closes #2781
SVN-Revision: 17527
This commit is contained in:
@@ -153,6 +153,7 @@ set_interface_ifname() {
|
||||
config_get device "$1" device
|
||||
uci_set_state network "$config" ifname "$ifname"
|
||||
uci_set_state network "$config" device "$device"
|
||||
uci_set_state network "$config" started 1
|
||||
}
|
||||
|
||||
setup_interface_none() {
|
||||
|
||||
Reference in New Issue
Block a user