diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:39 +0000 |
commit | a253c0d6fbf26213e00a9104e7b5f8e81142f203 (patch) | |
tree | a8cdcf5ee6fe35753ec24f31784f743c57953a12 | |
parent | 12ebf7f0a885f181a9bb541de60fc4c8da5e44ac (diff) | |
download | upstream-a253c0d6fbf26213e00a9104e7b5f8e81142f203.tar.gz upstream-a253c0d6fbf26213e00a9104e7b5f8e81142f203.tar.bz2 upstream-a253c0d6fbf26213e00a9104e7b5f8e81142f203.zip |
ramips: fix package name of kmod-input-gpio-buttons
Based on a patch from Omnima Limited.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29379 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 0d82260acf..c9dc086ee9 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -17,7 +17,7 @@ LINUX_VERSION:=2.6.39.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ - kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-gpio-buttons \ + kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-input-gpio-buttons \ kmod-button-hotplug kmod-rt2800-pci wpad-mini maccalc define Target/Description |