diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-20 10:51:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-20 10:51:48 +0000 |
commit | 31df1c58cb4a9c1da3bb67e7d5cd3bc9b2839799 (patch) | |
tree | 88442aef3be82730f3bdcb93cebea09203581713 /target/linux/ar71xx/Makefile | |
parent | 37f214511fc66382fdf4988858890ed1f955773e (diff) | |
download | upstream-31df1c58cb4a9c1da3bb67e7d5cd3bc9b2839799.tar.gz upstream-31df1c58cb4a9c1da3bb67e7d5cd3bc9b2839799.tar.bz2 upstream-31df1c58cb4a9c1da3bb67e7d5cd3bc9b2839799.zip |
ar71xx: switch to kmod-gpio-button-hotplug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 96201eeb0a..8e9931de0c 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -18,8 +18,7 @@ LINUX_VERSION:=3.2.5 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-input-core kmod-input-polldev \ - kmod-input-gpio-keys-polled kmod-button-hotplug swconfig \ + kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ath9k wpad-mini uboot-envtools define Target/Description |