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 | 40f218d9d6f9882847fd7c8af5cd8bd07df34b36 (patch) | |
tree | 9f7af00bb73271a26b158f268efebb07758465a6 /target | |
parent | 6982adf7200a114628574454612d4d2222559546 (diff) | |
download | upstream-40f218d9d6f9882847fd7c8af5cd8bd07df34b36.tar.gz upstream-40f218d9d6f9882847fd7c8af5cd8bd07df34b36.tar.bz2 upstream-40f218d9d6f9882847fd7c8af5cd8bd07df34b36.zip |
[ar71xx] fix package name of kmod-leds-gpio
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17318 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |