Skip to content
Snippets Groups Projects
Commit aaf13923 authored by Andy Boyett's avatar Andy Boyett
Browse files

kernel: fix leds-wrap dependencies

SVN-Revision: 14257
parent 2b252148
No related branches found
No related tags found
No related merge requests found
...@@ -420,7 +420,7 @@ $(eval $(call KernelPackage,leds-net48xx)) ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment