[OpenWrt-Devel] [PATCH] zd1201: add missing dependency

Dirk Neukirchen dirkneukirchen at web.de
Sun Apr 5 04:18:20 EDT 2015


this module gets only (?) build on omap because of config symbol differences it seems

fixes buildbot error:
http://buildbot.openwrt.org:8010/builders/omap/builds/337/steps/compile_5/logs/stdio

Signed-off-by: Dirk Neukirchen <dirkneukirchen at web.de>
---
 package/kernel/linux/modules/wireless.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/wireless.mk b/package/kernel/linux/modules/wireless.mk
index 30ba0a8..8989d79 100644
--- a/package/kernel/linux/modules/wireless.mk
+++ b/package/kernel/linux/modules/wireless.mk
@@ -26,7 +26,7 @@ $(eval $(call KernelPackage,net-airo))
 define KernelPackage/net-zd1201
   SUBMENU:=$(WIRELESS_MENU)
   TITLE:=Zydas ZD1201 support
-  DEPENDS:=@USB_SUPPORT + at DRIVER_WEXT_SUPPORT +kmod-usb-core
+  DEPENDS:=@USB_SUPPORT + at DRIVER_WEXT_SUPPORT +kmod-usb-core +kmod-cfg80211
   KCONFIG:=CONFIG_USB_ZD1201
   FILES:=$(LINUX_DIR)/drivers/net/wireless/zd1201.ko
   AUTOLOAD:=$(call AutoProbe,zd1201)
-- 
2.3.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list