aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-01-29 12:23:44 +0000
committerAndy Boyett <agb@openwrt.org>2009-01-29 12:23:44 +0000
commit3107fe80a85e4adedf57d7bf62c91554f590a5be (patch)
tree8cc0b85abdc7fe83cd924f3298a68b87c50f73da /package
parent76265eef84d97fbd2fbbd56568d02abec3c3ad2c (diff)
downloadmaster-187ad058-3107fe80a85e4adedf57d7bf62c91554f590a5be.tar.gz
master-187ad058-3107fe80a85e4adedf57d7bf62c91554f590a5be.tar.bz2
master-187ad058-3107fe80a85e4adedf57d7bf62c91554f590a5be.zip
[package] kernel: fix leds-wrap dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14257 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index fb5c241480..a416231f71 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -420,7 +420,7 @@ $(eval $(call KernelPackage,leds-net48xx))
define KernelPackage/leds-wrap
SUBMENU:=$(OTHER_MENU)
TITLE:=PCengines WRAP LED support
- DEPENDS:=@TARGET_x86
+ DEPENDS:=@TARGET_x86 +kmod-scx200-gpio
KCONFIG:=CONFIG_LEDS_WRAP
FILES:=$(LINUX_DIR)/drivers/leds/leds-wrap.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,leds-wrap)