summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-29 12:23:44 +0000
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-29 12:23:44 +0000
commit279715ca10dda2ec2c9d16db5c5a8a1a31da7833 (patch)
tree8cc0b85abdc7fe83cd924f3298a68b87c50f73da /package/kernel
parent7af36dfa73a1d41bbc99f461407f96146dc1c04b (diff)
[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/kernel')
-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 fb5c24148..a416231f7 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)