1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-24 13:23:05 +02:00

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

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

SVN-Revision: 46998
This commit is contained in:
Felix Fietkau 2015-09-18 09:05:11 +00:00
parent 708c58c1a7
commit 69391f49b5

View File

@ -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