summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-06-21 16:53:51 +0000
committerJohn Crispin <john@openwrt.org>2013-06-21 16:53:51 +0000
commit533dfc39e32c975706f6a632e0c34cb83abb5d6c (patch)
tree98a94c78c3da3f9d6e5cd1a18a4e619ec9292832 /package/base-files
parent67f5f188b1f07726965e5c430a7657d836d67594 (diff)
downloadmaster-31e0f0ae-533dfc39e32c975706f6a632e0c34cb83abb5d6c.tar.gz
master-31e0f0ae-533dfc39e32c975706f6a632e0c34cb83abb5d6c.tar.bz2
master-31e0f0ae-533dfc39e32c975706f6a632e0c34cb83abb5d6c.zip
base-files: drop 2 pointless hotplug trigger stubs
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37001
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/etc/hotplug.d/ieee1394/10-ieee139413
-rw-r--r--package/base-files/files/etc/hotplug.d/usb/10-usb13
2 files changed, 0 insertions, 26 deletions
diff --git a/package/base-files/files/etc/hotplug.d/ieee1394/10-ieee1394 b/package/base-files/files/etc/hotplug.d/ieee1394/10-ieee1394
deleted file mode 100644
index 7e142a2113..0000000000
--- a/package/base-files/files/etc/hotplug.d/ieee1394/10-ieee1394
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2009 OpenWrt.org
-
-case "$ACTION" in
- add)
- # update LEDs
- ;;
- remove)
- # update LEDs
- ;;
-esac
-
diff --git a/package/base-files/files/etc/hotplug.d/usb/10-usb b/package/base-files/files/etc/hotplug.d/usb/10-usb
deleted file mode 100644
index 7e142a2113..0000000000
--- a/package/base-files/files/etc/hotplug.d/usb/10-usb
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2009 OpenWrt.org
-
-case "$ACTION" in
- add)
- # update LEDs
- ;;
- remove)
- # update LEDs
- ;;
-esac
-