]> git.enpas.org Git - openwrt.git/blob - target/linux/ifxmips/base-files/etc/hotplug.d/button/00-reset
lots of ifxmips cleanups
[openwrt.git] / target / linux / ifxmips / base-files / etc / hotplug.d / button / 00-reset
1 [ "$ACTION" = "released" -a "$BUTTON" = reset ] && {
2         reboot
3 }