diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-19 19:09:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-19 19:09:22 +0000 |
commit | 3cb84887f56bf06173d5d95cbe959c458650de06 (patch) | |
tree | 9a77784f4842c6bdf6eee306675c733d7d7a49f2 /target/linux/ar71xx/Makefile | |
parent | f4ede912f4a594f1d28691bc35a4e42124829da4 (diff) | |
download | upstream-3cb84887f56bf06173d5d95cbe959c458650de06.tar.gz upstream-3cb84887f56bf06173d5d95cbe959c458650de06.tar.bz2 upstream-3cb84887f56bf06173d5d95cbe959c458650de06.zip |
fix package name of kmod-leds-gpio
SVN-Revision: 17318
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 6169629245..9d0eec7102 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -17,7 +17,7 @@ LINUX_VERSION:=2.6.30.5 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-gpio-leds kmod-input-core kmod-input-polldev \ + kmod-leds-gpio kmod-input-core kmod-input-polldev \ kmod-input-gpio-buttons kmod-button-hotplug define Target/Description |