1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:43:16 +03:00

[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:
agb 2009-01-29 12:23:44 +00:00
parent 7af36dfa73
commit 279715ca10

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)