mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix nonhotpluggable networks not being brought up. Closes #2781
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17527 3c298f89-4303-0410-b956-a3cf2f4a3e73
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