openwrtv3/target/linux/ifxmips/base-files/etc/hotplug.d/button/00-reset
John Crispin e2a5ae841b lots of ifxmips cleanups
SVN-Revision: 11607
2008-06-29 00:42:45 +00:00

3 lines
63 B
Text

[ "$ACTION" = "released" -a "$BUTTON" = reset ] && {
reboot
}