From: cyrus Date: Mon, 3 Dec 2012 07:20:44 +0000 (+0000) Subject: netifd: empty hotplug handler removed X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=510d695acf3404f9e205b2654bae5bc2991088bc;p=openwrt.git netifd: empty hotplug handler removed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34465 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 -