From 401569979c4e633d7d4b5b66be2625d5fa7f35df Mon Sep 17 00:00:00 2001
From: juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Wed, 19 Aug 2009 19:09:22 +0000
Subject: [PATCH] [ar71xx] fix package name of kmod-leds-gpio

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17318 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/ar71xx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index 616962924..9d0eec710 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
-- 
2.20.1