aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2012-12-03 07:20:44 +0000
committerSteven Barth <cyrus@openwrt.org>2012-12-03 07:20:44 +0000
commit71ed7ae842cb5b93d5df9c7d94fb8eee6a3542b7 (patch)
tree37ef96fd02b139f2ca3fc32ad2ca62c02c7661f1 /package/network/config/netifd/files
parent8cfe4bf9cde2ad4b9d422854ca7229c673f9795a (diff)
downloadupstream-71ed7ae842cb5b93d5df9c7d94fb8eee6a3542b7.tar.gz
upstream-71ed7ae842cb5b93d5df9c7d94fb8eee6a3542b7.tar.bz2
upstream-71ed7ae842cb5b93d5df9c7d94fb8eee6a3542b7.zip
netifd: empty hotplug handler removed
SVN-Revision: 34465
Diffstat (limited to 'package/network/config/netifd/files')
-rw-r--r--package/network/config/netifd/files/etc/hotplug.d/iface/10-sysctl10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/network/config/netifd/files/etc/hotplug.d/iface/10-sysctl b/package/network/config/netifd/files/etc/hotplug.d/iface/10-sysctl
deleted file mode 100644
index ff2ab49c4b..0000000000
--- a/package/network/config/netifd/files/etc/hotplug.d/iface/10-sysctl
+++ /dev/null
@@ -1,10 +0,0 @@
-# Skip fake devices (e.g. relayd)
-grep -qs "^ *$DEVICE:" /proc/net/dev || exit 0
-
-case "$ACTION" in
- ifup)
- include /lib/network
- scan_interfaces
- ;;
-esac
-