summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-18 09:05:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-18 09:05:11 +0000
commit69391f49b517c1cc1328fcf9406c605816dd3b17 (patch)
treeffde718002daa6449879e11e6b822963e591eb8f /package
parent708c58c1a7747c251c6d489a6e9870d4d4070f2e (diff)
downloadmtk-20170518-69391f49b517c1cc1328fcf9406c605816dd3b17.zip
mtk-20170518-69391f49b517c1cc1328fcf9406c605816dd3b17.tar.gz
mtk-20170518-69391f49b517c1cc1328fcf9406c605816dd3b17.tar.bz2
mac80211: add missing dependency for the hermes driver (#20543)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46998
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 70a5ad0..4db7c8c 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -795,7 +795,7 @@ endef
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