diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-11 13:40:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-11 13:40:20 +0000 |
commit | 710dad745c18211c0d73690a77b450466330a296 (patch) | |
tree | 08f8acc24b9a7c0ace10241e97c3a9799c7ce4bf /target/linux | |
parent | 420ee99bbb4286482d59d0ff855d40e83c2ca53d (diff) | |
download | upstream-710dad745c18211c0d73690a77b450466330a296.tar.gz upstream-710dad745c18211c0d73690a77b450466330a296.tar.bz2 upstream-710dad745c18211c0d73690a77b450466330a296.zip |
ramips: use gpio-button-hotplug in favour of the input variant
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38735 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |