mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-01 22:44:28 -04:00
mac80211: hermes-pcmcia: add missing dependency to kmod-pcmcia-core
This fixes a build problem on x86. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
e1db49310e
commit
9fcfcd49f8
@ -208,7 +208,7 @@ endef
|
|||||||
define KernelPackage/hermes-pcmcia
|
define KernelPackage/hermes-pcmcia
|
||||||
$(call KernelPackage/mac80211/Default)
|
$(call KernelPackage/mac80211/Default)
|
||||||
TITLE:=Hermes based PCMCIA adaptors
|
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
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/intersil/orinoco/orinoco_cs.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,orinoco_cs)
|
AUTOLOAD:=$(call AutoProbe,orinoco_cs)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user