diff options
author | Andy Boyett <agb@openwrt.org> | 2009-01-29 12:23:44 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-01-29 12:23:44 +0000 |
commit | aaf139232abd725a2a22f239c5b95f5d846ec5f5 (patch) | |
tree | 8dfe12f21c93f503a763ac239af0bc5a2149391a | |
parent | 2b25214862afa8b9422c46ef323935ad2b7ed7b8 (diff) | |
download | upstream-aaf139232abd725a2a22f239c5b95f5d846ec5f5.tar.gz upstream-aaf139232abd725a2a22f239c5b95f5d846ec5f5.tar.bz2 upstream-aaf139232abd725a2a22f239c5b95f5d846ec5f5.zip |
kernel: fix leds-wrap dependencies
SVN-Revision: 14257
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index fb5c241480..a416231f71 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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) |