Author: nbd Date: 2015-09-18 11:05:11 +0200 (Fri, 18 Sep 2015) New Revision: 46998
Modified: trunk/package/kernel/mac80211/Makefile Log: mac80211: add missing dependency for the hermes driver (#20543) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2015-09-18 09:05:01 UTC (rev 46997) +++ trunk/package/kernel/mac80211/Makefile 2015-09-18 09:05:11 UTC (rev 46998) @@ -795,7 +795,7 @@ define KernelPackage/hermes $(call KernelPackage/mac80211/Default) TITLE:=Hermes 802.11b chipset support - DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-cfg80211 +@DRIVER_WEXT_SUPPORT + DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-cfg80211 +@DRIVER_WEXT_SUPPORT +kmod-crypto-michael-mic FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/orinoco/orinoco.ko AUTOLOAD:=$(call AutoProbe,orinoco) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
