summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-11 19:37:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-11 19:37:06 +0000
commit32b9e8c750598b88e6989455768f873e59064092 (patch)
tree7699b7b21bf719e9cbcd08a1138df62c0e25f040 /target/linux/ramips/Makefile
parent8ce80f74549c15e9a6579df6ae68648f17cadd29 (diff)
downloadmaster-31e0f0ae-32b9e8c750598b88e6989455768f873e59064092.tar.gz
master-31e0f0ae-32b9e8c750598b88e6989455768f873e59064092.tar.bz2
master-31e0f0ae-32b9e8c750598b88e6989455768f873e59064092.zip
ramips: use gpio-keys-polled instead of gpio-buttons
SVN-Revision: 30461
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r--target/linux/ramips/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index c9dc086ee9..16fc2c6caa 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -17,8 +17,9 @@ LINUX_VERSION:=2.6.39.4
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=\
- kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-input-gpio-buttons \
- kmod-button-hotplug kmod-rt2800-pci wpad-mini maccalc
+ kmod-leds-gpio kmod-input-core kmod-input-polldev \
+ kmod-input-gpio-keys-polled kmod-button-hotplug \
+ kmod-rt2800-pci wpad-mini maccalc
define Target/Description
Build firmware images for Ralink RT288x/RT305x based boards.