diff options
author | John Crispin <john@openwrt.org> | 2012-12-19 15:17:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-19 15:17:42 +0000 |
commit | 687920ba3e0a6968a5b23729c6c7fa0c4859fcce (patch) | |
tree | 61cc8ae198aa8f155cc595cdc9f4e9a1084726d1 /target/linux/lantiq/base-files/etc/hotplug.d | |
parent | e472671bde4bc0343ae33179ebb1c73f22bd1816 (diff) | |
download | upstream-687920ba3e0a6968a5b23729c6c7fa0c4859fcce.tar.gz upstream-687920ba3e0a6968a5b23729c6c7fa0c4859fcce.tar.bz2 upstream-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.sh | 2 |
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 |