Skip to content
Snippets Groups Projects
Commit 69391f49 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mac80211: add missing dependency for the hermes driver (#20543)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 46998
parent 708c58c1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment