mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
parent
623e6025a8
commit
5fe321461a
@ -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…
x
Reference in New Issue
Block a user