diff options
author | John Crispin <john@openwrt.org> | 2013-06-21 16:53:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-21 16:53:51 +0000 |
commit | 533dfc39e32c975706f6a632e0c34cb83abb5d6c (patch) | |
tree | 98a94c78c3da3f9d6e5cd1a18a4e619ec9292832 /package/base-files/files | |
parent | 67f5f188b1f07726965e5c430a7657d836d67594 (diff) | |
download | upstream-533dfc39e32c975706f6a632e0c34cb83abb5d6c.tar.gz upstream-533dfc39e32c975706f6a632e0c34cb83abb5d6c.tar.bz2 upstream-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/files')
-rw-r--r-- | package/base-files/files/etc/hotplug.d/ieee1394/10-ieee1394 | 13 | ||||
-rw-r--r-- | package/base-files/files/etc/hotplug.d/usb/10-usb | 13 |
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 - |