x86: merge all geode based subtargets into one
[openwrt.git] / target / linux / x86 / alix2 / base-files / etc / hotplug.d / button / 50-reboot
diff --git a/target/linux/x86/alix2/base-files/etc/hotplug.d/button/50-reboot b/target/linux/x86/alix2/base-files/etc/hotplug.d/button/50-reboot
deleted file mode 100644 (file)
index bf893c1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-logger -t button -p daemon.info "$BUTTON/$ACTION"
-
-case "$BUTTON/$ACTION" in
-
-reset/released)
-  reboot -f
-  ;;
-
-esac
-
-exit 0