2
0
forked from Ivasoft/openwrt

geos: add missing files from previous commit

SVN-Revision: 29997
This commit is contained in:
Jo-Philipp Wich
2012-02-02 18:59:51 +00:00
parent a1258ccaba
commit 1ae5715f2e
3 changed files with 61 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/sh
logger -t button -p daemon.info "$BUTTON/$ACTION"
case "$BUTTON/$ACTION" in
reset/released)
reboot -f
;;
esac
exit 0