diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-20 10:51:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-20 10:51:48 +0000 |
commit | 70862d497d9281b7c16efce2b8affc28f8993302 (patch) | |
tree | 88442aef3be82730f3bdcb93cebea09203581713 /target/linux/ar71xx/base-files/lib/preinit | |
parent | b417cf17d96d1386353895e1d538b52de3cba325 (diff) |
ar71xx: switch to kmod-gpio-button-hotplug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/preinit')
-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 |