summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-19 15:17:42 +0000
committerJohn Crispin <john@openwrt.org>2012-12-19 15:17:42 +0000
commit687920ba3e0a6968a5b23729c6c7fa0c4859fcce (patch)
tree61cc8ae198aa8f155cc595cdc9f4e9a1084726d1 /target/linux/lantiq/base-files/etc/hotplug.d
parente472671bde4bc0343ae33179ebb1c73f22bd1816 (diff)
downloadmaster-31e0f0ae-687920ba3e0a6968a5b23729c6c7fa0c4859fcce.tar.gz
master-31e0f0ae-687920ba3e0a6968a5b23729c6c7fa0c4859fcce.tar.bz2
master-31e0f0ae-687920ba3e0a6968a5b23729c6c7fa0c4859fcce.zip
minor basefiles fixes
SVN-Revision: 34790
Diffstat (limited to 'target/linux/lantiq/base-files/etc/hotplug.d')
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh b/target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh
index 1d1467adef..e6dcb347f1 100644
--- a/target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh
+++ b/target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh
@@ -5,7 +5,7 @@
. /lib/functions.sh
case "${BUTTON}" in
- BTN_0)
+ reset)
logger "reset pressed"
echo "REBOOT" > /dev/console
sleep 3