diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-12 09:29:21 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-12 09:29:21 +0000 |
commit | ec1dcc5bdadc9c7f7460a108c6a9ffe08b203525 (patch) | |
tree | aa2d93ceb38ac3883fc7b4157aa141a61c0ef85c /target/linux/ar71xx/base-files/lib/preinit | |
parent | 4faaed949e43efc88b174c84be8b271d077b90dc (diff) |
ar71xx: use the gpio_keys_polled driver instead of gpio_buttons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26603 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 | 2 |
1 files changed, 1 insertions, 1 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 2b4e4adb53..305fe0018b 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 @@ -8,7 +8,7 @@ preinit_enable_reset_button() { insmod input-core insmod input-polldev - insmod gpio_buttons + insmod gpio_keys_polled insmod button-hotplug } |