aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-09 00:16:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-09 00:16:55 +0000
commitb093e78b506d09c0e8f706a44a70291b4f4eec8f (patch)
treef90555feaa8d03fdb3e3f472875680d2ad082085 /package/base-files/files/lib
parente2686b946d7bf25f5795541b7bb17f8602898bed (diff)
downloadmaster-187ad058-b093e78b506d09c0e8f706a44a70291b4f4eec8f.tar.gz
master-187ad058-b093e78b506d09c0e8f706a44a70291b4f4eec8f.tar.bz2
master-187ad058-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-xpackage/base-files/files/lib/network/config.sh1
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() {