base-files: drop 2 pointless hotplug trigger stubs

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37001 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin 2013-06-21 16:53:51 +00:00
parent 623e6025a8
commit 5fe321461a
2 changed files with 0 additions and 26 deletions

View File

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

View File

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