summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/Makefile
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/Makefile
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/Makefile')
-rw-r--r--target/linux/ar71xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index 1ab408d54..b223c40dd 100644
--- a/target/linux/ar71xx/Makefile
+++ b/target/linux/ar71xx/Makefile
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-input-core kmod-input-polldev \
- kmod-input-gpio-buttons kmod-button-hotplug swconfig
+ kmod-input-gpio-keys-polled kmod-button-hotplug swconfig
define Target/Description
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards.