[package] kernel: fix leds-wrap dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14257 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Andy Boyett
2009-01-29 12:23:44 +00:00
parent 76265eef84
commit 3107fe80a8

View File

@@ -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)