1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

kernel: fix leds-wrap dependencies

SVN-Revision: 14257
This commit is contained in:
Andy Boyett 2009-01-29 12:23:44 +00:00
parent 2b25214862
commit aaf139232a

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