merge r14257 to 8.09 [package] kernel: fix leds-wrap dependencies
authorAndy Boyett <agb@openwrt.org>
Thu, 29 Jan 2009 12:27:44 +0000 (12:27 +0000)
committerAndy Boyett <agb@openwrt.org>
Thu, 29 Jan 2009 12:27:44 +0000 (12:27 +0000)
SVN-Revision: 14259

package/kernel/modules/other.mk

index fdea4a6d686c6848843bcf2ebcf24d3a34b114cc..69ad83263ac2193bf8b5ef23a1edfe72be4aa5fb 100644 (file)
@@ -357,7 +357,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)