|
@@ -12,15 +12,15 @@ PKG_SOURCE_DATE:=2018-03-16
|
|
|
PKG_SOURCE_VERSION:=30827f7d5b9841905c4efe918da2d95fc518c921
|
|
PKG_SOURCE_VERSION:=30827f7d5b9841905c4efe918da2d95fc518c921
|
|
|
PKG_MIRROR_HASH:=aac023d7f9b09becf27058b1d09ae6d068b14bb6f10c5b5a248c7ee5ecff04dc
|
|
PKG_MIRROR_HASH:=aac023d7f9b09becf27058b1d09ae6d068b14bb6f10c5b5a248c7ee5ecff04dc
|
|
|
|
|
|
|
|
-PKG_MAINTAINER:=Ben Greear <[email protected]>
|
|
|
|
|
-PKG_BUILD_PARALLEL:=1
|
|
|
|
|
-PKG_EXTMOD_SUBDIRS:=ath10k
|
|
|
|
|
-
|
|
|
|
|
# Build the 4.13 ath10k-ct driver version. Other options are "-4.9", or
|
|
# Build the 4.13 ath10k-ct driver version. Other options are "-4.9", or
|
|
|
# leave un-defined for 4.7 kernel. Probably this should match as closely as
|
|
# leave un-defined for 4.7 kernel. Probably this should match as closely as
|
|
|
# possible to whatever mac80211 backports version is being used.
|
|
# possible to whatever mac80211 backports version is being used.
|
|
|
CT_KVER="-4.13"
|
|
CT_KVER="-4.13"
|
|
|
|
|
|
|
|
|
|
+PKG_MAINTAINER:=Ben Greear <[email protected]>
|
|
|
|
|
+PKG_BUILD_PARALLEL:=1
|
|
|
|
|
+PKG_EXTMOD_SUBDIRS:=ath10k$(CT_KVER)
|
|
|
|
|
+
|
|
|
STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h
|
|
STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
@@ -33,7 +33,7 @@ define KernelPackage/ath10k-ct
|
|
|
FILES:=\
|
|
FILES:=\
|
|
|
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \
|
|
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \
|
|
|
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko
|
|
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko
|
|
|
- AUTOLOAD:=$(call AutoProbe,mac80211 ath ath10k_pci)
|
|
|
|
|
|
|
+ AUTOLOAD:=$(call AutoProbe,ath10k_pci)
|
|
|
PROVIDES:=kmod-ath10k
|
|
PROVIDES:=kmod-ath10k
|
|
|
endef
|
|
endef
|
|
|
|
|
|