2
0
forked from Ivasoft/openwrt

fix nonhotpluggable networks not being brought up. Closes #2781

SVN-Revision: 17527
This commit is contained in:
Travis Kemen
2009-09-06 17:02:14 +00:00
parent 65fa1debda
commit 27915ac778
3 changed files with 17 additions and 0 deletions

View File

@@ -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() {