2
0
forked from Ivasoft/openwrt

Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17527) until we've solved the race conditions it creates

SVN-Revision: 17544
This commit is contained in:
Felix Fietkau
2009-09-09 00:16:55 +00:00
parent 376fba2698
commit 91d40a14af
3 changed files with 0 additions and 17 deletions

View File

@@ -153,7 +153,6 @@ 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() {