From: Hauke Mehrtens Date: Sun, 21 Oct 2018 14:35:49 +0000 (+0200) Subject: mac80211: hermes-pcmcia: add missing dependency to kmod-pcmcia-core X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9fcfcd49f8b9c63758e1fd2d9a6ee20ef74b84d5;p=openwrt%2Fstaging%2Fmkresin.git mac80211: hermes-pcmcia: add missing dependency to kmod-pcmcia-core This fixes a build problem on x86. Signed-off-by: Hauke Mehrtens --- diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 18b2e9cb32..c322202b4a 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -208,7 +208,7 @@ endef define KernelPackage/hermes-pcmcia $(call KernelPackage/mac80211/Default) TITLE:=Hermes based PCMCIA adaptors - DEPENDS:=@PCMCIA_SUPPORT +kmod-hermes + DEPENDS:=@PCMCIA_SUPPORT +kmod-hermes +kmod-pcmcia-core FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/orinoco/orinoco_cs.ko AUTOLOAD:=$(call AutoProbe,orinoco_cs) endef