summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-12 09:29:21 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-12 09:29:21 +0000
commitec1dcc5bdadc9c7f7460a108c6a9ffe08b203525 (patch)
treeaa2d93ceb38ac3883fc7b4157aa141a61c0ef85c /target/linux/ar71xx/base-files
parent4faaed949e43efc88b174c84be8b271d077b90dc (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')
-rw-r--r--target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx2
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 2b4e4adb5..305fe0018 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
}