summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/preinit
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-06-21 16:53:47 +0000
committerJohn Crispin <john@openwrt.org>2013-06-21 16:53:47 +0000
commit67f5f188b1f07726965e5c430a7657d836d67594 (patch)
tree862ac6283ce26038604ee9a34e2fbc8e7f6a5296 /target/linux/ar71xx/base-files/lib/preinit
parente6ef318802935389283e3614df31ca6d36a5f7bf (diff)
downloadmaster-31e0f0ae-67f5f188b1f07726965e5c430a7657d836d67594.tar.gz
master-31e0f0ae-67f5f188b1f07726965e5c430a7657d836d67594.tar.bz2
master-31e0f0ae-67f5f188b1f07726965e5c430a7657d836d67594.zip
base-files: input/button drivers get loaded before preinit by procd
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37000
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/preinit')
-rw-r--r--target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx b/target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx
deleted file mode 100644
index 317c8d15a6..0000000000
--- a/target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Copyright (C) 2009 OpenWrt.org
-#
-
-. /lib/ar71xx.sh
-
-
-preinit_enable_reset_button() {
- insmod gpio-button-hotplug
-}
-
-boot_hook_add preinit_main preinit_enable_reset_button
-