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