diff options
author | John Crispin <blogic@openwrt.org> | 2013-06-21 16:53:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-06-21 16:53:47 +0000 |
commit | 623e6025a8d0956b268230e527a76d358764c808 (patch) | |
tree | c90f9fb96df05282fbb1cc7486640864f13fe182 /target/linux/ar71xx | |
parent | 02f1075b0a09647702d4e4d25d617d65c8da912c (diff) | |
download | upstream-623e6025a8d0956b268230e527a76d358764c808.tar.gz upstream-623e6025a8d0956b268230e527a76d358764c808.tar.bz2 upstream-623e6025a8d0956b268230e527a76d358764c808.zip |
base-files: input/button drivers get loaded before preinit by procd
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx | 13 |
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 - |