aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2009-10-25 18:08:16 +0000
committerJohn Crispin <blogic@openwrt.org>2009-10-25 18:08:16 +0000
commitc2271fa0979f6cd8baef20b681bf9f728065b3b1 (patch)
treefe86f7683da296c086422649aff08e86eabd0ad8
parent40d72d7e3574c6abc023a27cc6cd705e3d3137b2 (diff)
downloadmaster-187ad058-c2271fa0979f6cd8baef20b681bf9f728065b3b1.tar.gz
master-187ad058-c2271fa0979f6cd8baef20b681bf9f728065b3b1.tar.bz2
master-187ad058-c2271fa0979f6cd8baef20b681bf9f728065b3b1.zip
[ramips] use gpio_led package rather than staticly linking it into the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18154 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/Makefile1
-rw-r--r--target/linux/ramips/rt305x/config-2.6.302
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index c721fae40b..f391a6a436 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -16,6 +16,7 @@ FEATURES:=squashfs broken
LINUX_VERSION:=2.6.30.9
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES+=kmod-leds-gpio
define Target/Description
Build firmware images for Ralink RT288x/RT305x based boards.
diff --git a/target/linux/ramips/rt305x/config-2.6.30 b/target/linux/ramips/rt305x/config-2.6.30
index 06f9ac587a..026a225875 100644
--- a/target/linux/ramips/rt305x/config-2.6.30
+++ b/target/linux/ramips/rt305x/config-2.6.30
@@ -78,7 +78,7 @@ CONFIG_HW_RANDOM=m
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IRQ_CPU=y
# CONFIG_ISDN is not set
-CONFIG_LEDS_GPIO=y
+# CONFIG_LEDS_GPIO is not set
# CONFIG_LEMOTE_FULONG is not set
# CONFIG_MACH_ALCHEMY is not set
# CONFIG_MACH_DECSTATION is not set