diff options
author | John Crispin <john@openwrt.org> | 2013-11-11 13:40:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-11 13:40:20 +0000 |
commit | 191af20982e95301a6c8f7add5edaccad965f591 (patch) | |
tree | f42bbb6e0ff084fbe92fcc6cae5a8e9e9963a283 /target/linux | |
parent | 33111eff9521f630dd723abd0dd14ef3a0477701 (diff) | |
download | upstream-191af20982e95301a6c8f7add5edaccad965f591.tar.gz upstream-191af20982e95301a6c8f7add5edaccad965f591.tar.bz2 upstream-191af20982e95301a6c8f7add5edaccad965f591.zip |
ramips: use gpio-button-hotplug in favour of the input variant
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38735
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index f09f1097ec..a127512901 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -16,8 +16,7 @@ LINUX_VERSION:=3.10.18 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ - kmod-leds-gpio kmod-input-core kmod-input-polldev \ - kmod-input-gpio-keys-polled kmod-button-hotplug \ + kmod-leds-gpio kmod-gpio-button-hotplug \ kmod-rt2800-pci wpad-mini swconfig define Target/Description |