diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-20 10:51:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-20 10:51:48 +0000 |
commit | c9188104140685f3d13c789f2823dbad5b3ac0f1 (patch) | |
tree | e514fb8f30e84b894a9825f4e92c30571bae68e6 /target/linux/ar71xx/base-files | |
parent | 33bda4b64b10d2816d5fe70e4017da230068bde9 (diff) | |
download | upstream-c9188104140685f3d13c789f2823dbad5b3ac0f1.tar.gz upstream-c9188104140685f3d13c789f2823dbad5b3ac0f1.tar.bz2 upstream-c9188104140685f3d13c789f2823dbad5b3ac0f1.zip |
ar71xx: switch to kmod-gpio-button-hotplug
SVN-Revision: 30660
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx | 5 |
1 files changed, 1 insertions, 4 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 index 305fe0018b..317c8d15a6 100644 --- 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 @@ -6,10 +6,7 @@ preinit_enable_reset_button() { - insmod input-core - insmod input-polldev - insmod gpio_keys_polled - insmod button-hotplug + insmod gpio-button-hotplug } boot_hook_add preinit_main preinit_enable_reset_button |