2016-07-13 15:16:26 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=ath10k-ct
|
2021-02-15 12:52:23 +00:00
|
|
|
PKG_RELEASE=2
|
2016-07-13 15:16:26 +00:00
|
|
|
|
|
|
|
PKG_LICENSE:=GPLv2
|
|
|
|
PKG_LICENSE_FILES:=
|
|
|
|
|
|
|
|
PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
|
|
|
|
PKG_SOURCE_PROTO:=git
|
2021-01-22 16:42:44 +00:00
|
|
|
PKG_SOURCE_DATE:=2021-01-11
|
|
|
|
PKG_SOURCE_VERSION:=9fe1df7d4f783b6b0cd1c99d11979e5a6e6fc40b
|
|
|
|
PKG_MIRROR_HASH:=4e30e256716611045e930b95eadaa8bfcadd5bdd8bbe3869cfe0f377920e812b
|
2016-07-13 15:16:26 +00:00
|
|
|
|
2021-02-15 12:52:23 +00:00
|
|
|
# Build the 5.10 ath10k-ct driver version.
|
2019-07-07 11:48:20 +00:00
|
|
|
# Probably this should match as closely as
|
2017-10-03 22:45:37 +00:00
|
|
|
# possible to whatever mac80211 backports version is being used.
|
2021-02-15 12:52:23 +00:00
|
|
|
CT_KVER="-5.10"
|
2017-10-03 22:45:37 +00:00
|
|
|
|
2018-03-22 22:24:42 +00:00
|
|
|
PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com>
|
|
|
|
PKG_BUILD_PARALLEL:=1
|
|
|
|
PKG_EXTMOD_SUBDIRS:=ath10k$(CT_KVER)
|
|
|
|
|
2016-07-13 15:16:26 +00:00
|
|
|
STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
define KernelPackage/ath10k-ct
|
|
|
|
SUBMENU:=Wireless Drivers
|
|
|
|
TITLE:=ath10k-ct driver optimized for CT ath10k firmware
|
2020-08-26 08:05:18 +00:00
|
|
|
DEPENDS:=+kmod-mac80211 +kmod-ath +@DRIVER_11N_SUPPORT +@DRIVER_11AC_SUPPORT @PCI_SUPPORT +kmod-hwmon-core
|
2016-07-13 15:16:26 +00:00
|
|
|
FILES:=\
|
2017-10-03 22:45:37 +00:00
|
|
|
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \
|
|
|
|
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko
|
2018-03-22 22:24:42 +00:00
|
|
|
AUTOLOAD:=$(call AutoProbe,ath10k_pci)
|
2018-03-21 17:29:00 +00:00
|
|
|
PROVIDES:=kmod-ath10k
|
2019-12-22 18:20:57 +00:00
|
|
|
VARIANT:=regular
|
2016-07-13 15:16:26 +00:00
|
|
|
endef
|
|
|
|
|
2018-09-28 00:24:58 +00:00
|
|
|
define KernelPackage/ath10k-ct/config
|
|
|
|
|
|
|
|
config ATH10K-CT_LEDS
|
|
|
|
bool "Enable LED support"
|
|
|
|
default y
|
2019-12-22 18:20:57 +00:00
|
|
|
depends on PACKAGE_kmod-ath10k-ct || PACKAGE_kmod-ath10k-ct-smallbuffers
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/ath10k-ct-smallbuffers
|
|
|
|
$(call KernelPackage/ath10k-ct)
|
|
|
|
TITLE+= (small buffers for low-RAM devices)
|
|
|
|
VARIANT:=smallbuffers
|
2018-09-28 00:24:58 +00:00
|
|
|
endef
|
|
|
|
|
2016-07-13 15:16:26 +00:00
|
|
|
NOSTDINC_FLAGS = \
|
|
|
|
-I$(PKG_BUILD_DIR) \
|
|
|
|
-I$(STAGING_DIR)/usr/include/mac80211-backport/uapi \
|
|
|
|
-I$(STAGING_DIR)/usr/include/mac80211-backport \
|
|
|
|
-I$(STAGING_DIR)/usr/include/mac80211/uapi \
|
|
|
|
-I$(STAGING_DIR)/usr/include/mac80211 \
|
|
|
|
-include backport/autoconf.h \
|
|
|
|
-include backport/backport.h
|
|
|
|
|
|
|
|
ifdef CONFIG_PACKAGE_MAC80211_MESH
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_MAC80211_MESH
|
|
|
|
endif
|
|
|
|
|
2018-11-25 20:24:05 +00:00
|
|
|
CT_MAKEDEFS += CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m CONFIG_ATH10K_CE=y
|
2018-01-20 00:27:02 +00:00
|
|
|
|
|
|
|
# This AHB logic is needed for IPQ4019 radios
|
|
|
|
CT_MAKEDEFS += CONFIG_ATH10K_AHB=m
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_ATH10K_AHB
|
|
|
|
|
2016-07-13 15:16:26 +00:00
|
|
|
NOSTDINC_FLAGS += -DSTANDALONE_CT
|
|
|
|
|
|
|
|
ifdef CONFIG_PACKAGE_MAC80211_DEBUGFS
|
|
|
|
CT_MAKEDEFS += CONFIG_ATH10K_DEBUGFS=y CONFIG_MAC80211_DEBUGFS=y
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_MAC80211_DEBUGFS
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_ATH10K_DEBUGFS
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef CONFIG_PACKAGE_ATH_DEBUG
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_ATH10K_DEBUG
|
|
|
|
endif
|
|
|
|
|
2016-12-18 19:06:06 +00:00
|
|
|
ifdef CONFIG_PACKAGE_ATH_DFS
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_ATH10K_DFS_CERTIFIED
|
|
|
|
endif
|
|
|
|
|
2018-01-10 20:46:46 +00:00
|
|
|
ifdef CONFIG_PACKAGE_ATH_SPECTRAL
|
|
|
|
CT_MAKEDEFS += CONFIG_ATH10K_SPECTRAL=y
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_ATH10K_SPECTRAL
|
|
|
|
endif
|
|
|
|
|
2018-09-28 00:24:58 +00:00
|
|
|
ifeq ($(CONFIG_ATH10K-CT_LEDS),y)
|
|
|
|
CT_MAKEDEFS += CONFIG_ATH10K_LEDS=y
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_ATH10K_LEDS
|
|
|
|
endif
|
|
|
|
|
2019-12-22 18:20:57 +00:00
|
|
|
ifeq ($(BUILD_VARIANT),smallbuffers)
|
|
|
|
NOSTDINC_FLAGS += -DCONFIG_ATH10K_SMALLBUFFERS
|
|
|
|
endif
|
|
|
|
|
2016-07-13 15:16:26 +00:00
|
|
|
define Build/Configure
|
|
|
|
cp $(STAGING_DIR)/usr/include/mac80211/ath/*.h $(PKG_BUILD_DIR)
|
|
|
|
endef
|
|
|
|
|
|
|
|
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
|
|
|
CT_MAKEDEFS += V=1
|
|
|
|
endif
|
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
+$(MAKE) $(CT_MAKEDEFS) $(PKG_JOBS) -C "$(LINUX_DIR)" \
|
2017-10-13 09:10:03 +00:00
|
|
|
$(KERNEL_MAKE_FLAGS) \
|
2020-01-20 14:42:00 +00:00
|
|
|
M="$(PKG_BUILD_DIR)/ath10k$(CT_KVER)" \
|
2016-07-13 15:16:26 +00:00
|
|
|
NOSTDINC_FLAGS="$(NOSTDINC_FLAGS)" \
|
|
|
|
modules
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,ath10k-ct))
|
2019-12-22 18:20:57 +00:00
|
|
|
$(eval $(call KernelPackage,ath10k-ct-smallbuffers))
|