summaryrefslogtreecommitdiffstats
path: root/package/network/config
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-03 07:20:44 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-03 07:20:44 +0000
commit510d695acf3404f9e205b2654bae5bc2991088bc (patch)
tree1c9bc17f13b59d585b81a6ef6c620e1b9345cf52 /package/network/config
parenta81af1e631d0a1a552391c86b560d9bf1cfa956e (diff)
netifd: empty hotplug handler removed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config')
-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 ff2ab49c4..000000000
--- 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
-