1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-30 00:56:21 +03:00

netifd: empty hotplug handler removed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34465 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cyrus 2012-12-03 07:20:44 +00:00
parent a81af1e631
commit 510d695acf

View File

@ -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