diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-09 00:16:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-09 00:16:55 +0000 |
commit | b093e78b506d09c0e8f706a44a70291b4f4eec8f (patch) | |
tree | f90555feaa8d03fdb3e3f472875680d2ad082085 /package/base-files/files/lib | |
parent | e2686b946d7bf25f5795541b7bb17f8602898bed (diff) | |
download | upstream-b093e78b506d09c0e8f706a44a70291b4f4eec8f.tar.gz upstream-b093e78b506d09c0e8f706a44a70291b4f4eec8f.tar.bz2 upstream-b093e78b506d09c0e8f706a44a70291b4f4eec8f.zip |
Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17527) until we've solved the race conditions it creates
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17544 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/lib')
-rwxr-xr-x | package/base-files/files/lib/network/config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh index 12a3378b8c..bfadf40c89 100755 --- a/package/base-files/files/lib/network/config.sh +++ b/package/base-files/files/lib/network/config.sh @@ -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() { |