Skip to content

Commit

Permalink
mac80211: hermes-pcmcia: add missing dependency to kmod-pcmcia-core
Browse files Browse the repository at this point in the history
This fixes a build problem on x86.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Oct 21, 2018
1 parent e1db493 commit 9fcfcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/mac80211/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9fcfcd4

Please sign in to comment.