summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-30 21:09:02 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-30 21:09:02 +0000
commit3462ef2525e7e3a26bf3784abe698d58ea446b85 (patch)
tree5b9c6abdaa11014c66cb58f6002555cc259cee7a /target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules
parent101062e0813248080d9bf1baa14ae06af0042df4 (diff)
move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7810 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules')
-rw-r--r--target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules b/target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules
deleted file mode 100644
index 098ad047a..000000000
--- a/target/linux/brcm-2.4/base-files/default/etc/hotplug2-init.rules
+++ /dev/null
@@ -1,12 +0,0 @@
-DEVICENAME ~~ (tun|tap[0-9]) {
- makedev /dev/net/%DEVICENAME% 0644
- next
-}
-
-DEVPATH is set {
- makedev /dev/%DEVICENAME% 0644
-}
-
-SUBSYSTEM ~~ button {
- exec kill -USR1 1 ;
-}