mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
kernel: fix leds-wrap dependencies
SVN-Revision: 14257
This commit is contained in:
parent
2b25214862
commit
aaf139232a
@ -420,7 +420,7 @@ $(eval $(call KernelPackage,leds-net48xx))
|
|||||||
define KernelPackage/leds-wrap
|
define KernelPackage/leds-wrap
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=PCengines WRAP LED support
|
TITLE:=PCengines WRAP LED support
|
||||||
DEPENDS:=@TARGET_x86
|
DEPENDS:=@TARGET_x86 +kmod-scx200-gpio
|
||||||
KCONFIG:=CONFIG_LEDS_WRAP
|
KCONFIG:=CONFIG_LEDS_WRAP
|
||||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-wrap.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/leds/leds-wrap.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,leds-wrap)
|
AUTOLOAD:=$(call AutoLoad,50,leds-wrap)
|
||||||
|
Loading…
Reference in New Issue
Block a user