base-files: drop 2 pointless hotplug trigger stubs

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37001
master
John Crispin 11 years ago
parent 67f5f188b1
commit 533dfc39e3
  1. 13
      package/base-files/files/etc/hotplug.d/ieee1394/10-ieee1394
  2. 13
      package/base-files/files/etc/hotplug.d/usb/10-usb

@ -1,13 +0,0 @@
#!/bin/sh
# Copyright (C) 2009 OpenWrt.org
case "$ACTION" in
add)
# update LEDs
;;
remove)
# update LEDs
;;
esac

@ -1,13 +0,0 @@
#!/bin/sh
# Copyright (C) 2009 OpenWrt.org
case "$ACTION" in
add)
# update LEDs
;;
remove)
# update LEDs
;;
esac
Loading…
Cancel
Save