diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-12 09:29:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-12 09:29:21 +0000 |
commit | 1fa235abdc1beab99099d8208fa08bd88a785d57 (patch) | |
tree | aa2d93ceb38ac3883fc7b4157aa141a61c0ef85c /target/linux/ar71xx/Makefile | |
parent | ab95218312f5bf31619b3f264e3159f763c422f8 (diff) | |
download | master-187ad058-1fa235abdc1beab99099d8208fa08bd88a785d57.tar.gz master-187ad058-1fa235abdc1beab99099d8208fa08bd88a785d57.tar.bz2 master-187ad058-1fa235abdc1beab99099d8208fa08bd88a785d57.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 1ab408d544..b223c40dd8 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. |