summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-15 02:01:00 +0000
committerJohn Crispin <john@openwrt.org>2012-12-15 02:01:00 +0000
commit1dece11487e937deb4691f73545c1403d018421d (patch)
tree4a2e99f213629991d7a9520a3408028e3b42f9b3 /target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh
parent601bc28669719c8ef004e108cb0bc9e5c784412e (diff)
downloadmtk-20170518-1dece11487e937deb4691f73545c1403d018421d.zip
mtk-20170518-1dece11487e937deb4691f73545c1403d018421d.tar.gz
mtk-20170518-1dece11487e937deb4691f73545c1403d018421d.tar.bz2
cleanup basefiles
SVN-Revision: 34698
Diffstat (limited to 'target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh')
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/button/10-generic.sh3
1 files changed, 3 insertions, 0 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 b2fdda2..1d1467a 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
@@ -7,11 +7,14 @@
case "${BUTTON}" in
BTN_0)
logger "reset pressed"
+ echo "REBOOT" > /dev/console
+ sleep 3
sync
reboot
;;
BTN_1)
logger "factory pressed"
+ echo "FACTORY RESET" > /dev/console
jffs2_mark_erase "rootfs_data"
sync
reboot