2015-10-30 22:01:18 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=ath10k-firmware
|
2019-10-05 10:27:44 +00:00
|
|
|
PKG_SOURCE_DATE:=2019-10-03
|
|
|
|
PKG_SOURCE_VERSION:=d622d160e9f552ead68d9ae81b715422892dc2ef
|
|
|
|
PKG_MIRROR_HASH:=9d56a9942b7be7effdeed6d0688a9bdcfae76a2921a630714c3e2d8390ea8934
|
2015-10-30 22:01:18 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
|
PKG_SOURCE_URL:=https://github.com/kvalo/ath10k-firmware.git
|
|
|
|
|
2016-06-07 06:58:31 +00:00
|
|
|
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
2015-10-30 22:01:18 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2015-11-10 12:03:39 +00:00
|
|
|
define Package/ath10k-firmware-default
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2015-10-30 22:01:18 +00:00
|
|
|
URL:=$(PKG_SOURCE_URL)
|
2016-07-13 15:16:26 +00:00
|
|
|
DEPENDS:=
|
2015-11-10 12:03:39 +00:00
|
|
|
endef
|
|
|
|
|
2016-08-22 10:03:36 +00:00
|
|
|
define Package/ath10k-firmware-qca9887
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k firmware for QCA9887 devices
|
|
|
|
endef
|
|
|
|
|
2017-05-08 06:51:46 +00:00
|
|
|
define Package/ath10k-firmware-qca9888
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k firmware for QCA9888 devices
|
|
|
|
endef
|
|
|
|
|
2017-01-27 00:11:27 +00:00
|
|
|
define Package/ath10k-firmware-qca9887-ct
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k-CT firmware for QCA9887 devices
|
|
|
|
endef
|
|
|
|
|
2015-11-10 12:03:39 +00:00
|
|
|
define Package/ath10k-firmware-qca988x
|
|
|
|
$(Package/ath10k-firmware-default)
|
2015-10-30 22:01:18 +00:00
|
|
|
TITLE:=ath10k firmware for QCA988x devices
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2015-10-30 22:01:18 +00:00
|
|
|
endef
|
|
|
|
|
2016-12-16 13:36:53 +00:00
|
|
|
CT_FIRMWARE_FILE = $(1)-$($(1)_FIRMWARE_FILE_CT)
|
2018-01-20 00:27:04 +00:00
|
|
|
CT_FIRMWARE_FILE_HTT = $(1)-$($(1)_FIRMWARE_FILE_CT_HTT)
|
2016-12-16 13:36:53 +00:00
|
|
|
|
|
|
|
define Download/ct-firmware
|
|
|
|
URL:=https://www.candelatech.com/downloads/$(2)
|
|
|
|
FILE:=$(call CT_FIRMWARE_FILE,$(1))
|
|
|
|
URL_FILE:=$($(1)_FIRMWARE_FILE_CT)
|
|
|
|
endef
|
2015-12-23 14:45:22 +00:00
|
|
|
|
2018-01-20 00:27:04 +00:00
|
|
|
define Download/ct-firmware-htt
|
|
|
|
URL:=https://www.candelatech.com/downloads/$(2)
|
|
|
|
FILE:=$(call CT_FIRMWARE_FILE_HTT,$(1))
|
|
|
|
URL_FILE:=$($(1)_FIRMWARE_FILE_CT_HTT)
|
|
|
|
endef
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA988X_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-22.bin.lede.011
|
2016-05-29 18:14:59 +00:00
|
|
|
define Download/ath10k-firmware-qca988x-ct
|
2016-12-16 13:36:53 +00:00
|
|
|
$(call Download/ct-firmware,QCA988X,)
|
ath10k-firmware: update Candela Tech firmware images
This should fix a problem with 1560 MTU, 160Mhz on DFS channels,
some other small issues on < 5.2 kernels, and for 5.2 driver,
it pulls in some upstream stable fixes.
wave-1 firmware changes since last update:
* June 24, 2019: Try allocating low-priority WMI msgs if high-prio are not available.
* June 24, 2019: Init rate-ctrl to start at lowest rate instead of in the middle. Hoping
this helps DHCP when station connects from a long distance.
wave-2:
* June 24, 2019 Start rate-ctrl at minimal values to help DHCP work better for far-away peers.
* July 24, 2019 Fix old regression that made /a (and probably /b/g) perform poorly, at least on
diet-compiled images.
* Aug 8, 2019 Improve a/b/g rate-ctrl by damping the PER swings caused by the all-or-nothing logic
of transmitting non-block-ack frames one at a time.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-08-16 08:06:51 +00:00
|
|
|
HASH:=5872fe046d90d844a6d3e232e47a6865bac551d7043b2874147c077e356b35d8
|
2016-05-29 18:14:59 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca988x-ct))
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA988X_FIRMWARE_FILE_CT_HTT:=firmware-2-ct-full-htt-mgt-community-22.bin.lede.011
|
2018-03-21 17:29:03 +00:00
|
|
|
define Download/ath10k-firmware-qca988x-ct-htt
|
|
|
|
$(call Download/ct-firmware-htt,QCA988X,)
|
ath10k-firmware: update Candela Tech firmware images
This should fix a problem with 1560 MTU, 160Mhz on DFS channels,
some other small issues on < 5.2 kernels, and for 5.2 driver,
it pulls in some upstream stable fixes.
wave-1 firmware changes since last update:
* June 24, 2019: Try allocating low-priority WMI msgs if high-prio are not available.
* June 24, 2019: Init rate-ctrl to start at lowest rate instead of in the middle. Hoping
this helps DHCP when station connects from a long distance.
wave-2:
* June 24, 2019 Start rate-ctrl at minimal values to help DHCP work better for far-away peers.
* July 24, 2019 Fix old regression that made /a (and probably /b/g) perform poorly, at least on
diet-compiled images.
* Aug 8, 2019 Improve a/b/g rate-ctrl by damping the PER swings caused by the all-or-nothing logic
of transmitting non-block-ack frames one at a time.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-08-16 08:06:51 +00:00
|
|
|
HASH:=4568c3895a101ad28363491ea935f56a48bddea4c1be1889a6ba8d151902062a
|
2018-03-21 17:29:03 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca988x-ct-htt))
|
|
|
|
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA9887_FIRMWARE_FILE_CT:=firmware-2-ct-full-community-22.bin.lede.011
|
2017-01-27 00:11:27 +00:00
|
|
|
define Download/ath10k-firmware-qca9887-ct
|
|
|
|
$(call Download/ct-firmware,QCA9887,ath10k-9887)
|
ath10k-firmware: update Candela Tech firmware images
This should fix a problem with 1560 MTU, 160Mhz on DFS channels,
some other small issues on < 5.2 kernels, and for 5.2 driver,
it pulls in some upstream stable fixes.
wave-1 firmware changes since last update:
* June 24, 2019: Try allocating low-priority WMI msgs if high-prio are not available.
* June 24, 2019: Init rate-ctrl to start at lowest rate instead of in the middle. Hoping
this helps DHCP when station connects from a long distance.
wave-2:
* June 24, 2019 Start rate-ctrl at minimal values to help DHCP work better for far-away peers.
* July 24, 2019 Fix old regression that made /a (and probably /b/g) perform poorly, at least on
diet-compiled images.
* Aug 8, 2019 Improve a/b/g rate-ctrl by damping the PER swings caused by the all-or-nothing logic
of transmitting non-block-ack frames one at a time.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-08-16 08:06:51 +00:00
|
|
|
HASH:=2c64ab22159d04cd345b8caffdd76ac95c0409729121a7a4095c5192f46013b2
|
2017-01-27 00:11:27 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca9887-ct))
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA9887_FIRMWARE_FILE_CT_HTT:=firmware-2-ct-full-htt-mgt-community-22.bin.lede.011
|
2018-03-21 17:29:03 +00:00
|
|
|
define Download/ath10k-firmware-qca9887-ct-htt
|
|
|
|
$(call Download/ct-firmware-htt,QCA9887,ath10k-9887)
|
ath10k-firmware: update Candela Tech firmware images
This should fix a problem with 1560 MTU, 160Mhz on DFS channels,
some other small issues on < 5.2 kernels, and for 5.2 driver,
it pulls in some upstream stable fixes.
wave-1 firmware changes since last update:
* June 24, 2019: Try allocating low-priority WMI msgs if high-prio are not available.
* June 24, 2019: Init rate-ctrl to start at lowest rate instead of in the middle. Hoping
this helps DHCP when station connects from a long distance.
wave-2:
* June 24, 2019 Start rate-ctrl at minimal values to help DHCP work better for far-away peers.
* July 24, 2019 Fix old regression that made /a (and probably /b/g) perform poorly, at least on
diet-compiled images.
* Aug 8, 2019 Improve a/b/g rate-ctrl by damping the PER swings caused by the all-or-nothing logic
of transmitting non-block-ack frames one at a time.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-08-16 08:06:51 +00:00
|
|
|
HASH:=c806b8894faf3bbb11004f77196c6d711b9a6c187b1512d84e05fa98a5aba2ab
|
2018-03-21 17:29:03 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca9887-ct-htt))
|
|
|
|
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA99X0_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-12.bin-lede.011
|
2016-05-29 18:14:59 +00:00
|
|
|
define Download/ath10k-firmware-qca99x0-ct
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware,QCA99X0,ath10k-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=4ed106dbe8431945afc6a995765f245f574713095b567df35f1397bba5f6fa2e
|
2016-05-29 18:14:59 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca99x0-ct))
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA99X0_FIRMWARE_FILE_CT_HTT:=firmware-5-ct-full-htt-mgt-community-12.bin-lede.011
|
2018-03-21 17:29:03 +00:00
|
|
|
define Download/ath10k-firmware-qca99x0-ct-htt
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware-htt,QCA99X0,ath10k-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=7434c84c501e00a24cbca338569ba150a9ec137ee2b9fa52d13484794300924c
|
2018-03-21 17:29:03 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca99x0-ct-htt))
|
|
|
|
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA9984_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-12.bin-lede.011
|
2016-07-21 23:52:42 +00:00
|
|
|
define Download/ath10k-firmware-qca9984-ct
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware,QCA9984,ath10k-9984-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=9af817e65dc9f195517f05ad25f0eca693632ea03b55739a2e0f0fc82e810405
|
2016-07-21 23:52:42 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca9984-ct))
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA9984_FIRMWARE_FILE_CT_HTT:=firmware-5-ct-full-htt-mgt-community-12.bin-lede.011
|
2018-03-21 17:29:03 +00:00
|
|
|
define Download/ath10k-firmware-qca9984-ct-htt
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware-htt,QCA9984,ath10k-9984-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=11e116631555550185e712f70bd29ac41b495bf0ecbfc3334cada8a8c10a42f0
|
2018-03-21 17:29:03 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca9984-ct-htt))
|
|
|
|
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA4019_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-12.bin-lede.011
|
2018-01-20 00:27:04 +00:00
|
|
|
define Download/ath10k-firmware-qca4019-ct
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware,QCA4019,ath10k-4019-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=21a6b5b69e3c1591cb9fe6077971ddadb003cac698f2962d4d8d73bc04038bbf
|
2018-01-20 00:27:04 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca4019-ct))
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA4019_FIRMWARE_FILE_CT_HTT:=firmware-5-ct-full-htt-mgt-community-12.bin-lede.011
|
2018-03-26 22:28:00 +00:00
|
|
|
define Download/ath10k-firmware-qca4019-ct-htt
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware-htt,QCA4019,ath10k-4019-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=87111717ec5279125d397bea45386707684ee707a91f6c58298818fd02bf567f
|
2018-03-26 22:28:00 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca4019-ct-htt))
|
|
|
|
|
2018-03-21 17:29:03 +00:00
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA9888_FIRMWARE_FILE_CT:=firmware-5-ct-full-community-12.bin-lede.011
|
2017-05-16 22:44:20 +00:00
|
|
|
define Download/ath10k-firmware-qca9888-ct
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware,QCA9888,ath10k-9888-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=3c9f2e914d2a5eb3a413872239045dfcca105483ba83dd9b293e6b8855fda883
|
2017-05-16 22:44:20 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca9888-ct))
|
|
|
|
|
2019-09-13 10:15:37 +00:00
|
|
|
QCA9888_FIRMWARE_FILE_CT_HTT:=firmware-5-ct-full-htt-mgt-community-12.bin-lede.011
|
2018-03-21 17:29:03 +00:00
|
|
|
define Download/ath10k-firmware-qca9888-ct-htt
|
2018-12-12 19:29:50 +00:00
|
|
|
$(call Download/ct-firmware-htt,QCA9888,ath10k-9888-10-4b)
|
2019-09-13 10:15:37 +00:00
|
|
|
HASH:=dcb1bd826e5e1ef266fd7ee04410b44d4474d59f6eca0cc634e6432aaf326426
|
2018-03-21 17:29:03 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,ath10k-firmware-qca9888-ct-htt))
|
|
|
|
|
|
|
|
|
2015-10-30 22:01:22 +00:00
|
|
|
define Package/ath10k-firmware-qca99x0
|
2015-11-10 12:03:39 +00:00
|
|
|
$(Package/ath10k-firmware-default)
|
2015-10-30 22:01:22 +00:00
|
|
|
TITLE:=ath10k firmware for QCA99x0 devices
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2015-10-30 22:01:22 +00:00
|
|
|
endef
|
|
|
|
|
2016-05-29 18:14:59 +00:00
|
|
|
define Package/ath10k-firmware-qca988x-ct
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.1 firmware for QCA988x devices
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2018-03-21 17:29:00 +00:00
|
|
|
PROVIDES:=ath10k-firmware-qca988x
|
2016-05-29 18:14:59 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca988x-ct-htt
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.1 htt-mgt fw for QCA988x
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
PROVIDES:=ath10k-firmware-qca988x
|
|
|
|
DEPENDS:=+kmod-ath10k-ct
|
|
|
|
endef
|
2016-05-29 18:14:59 +00:00
|
|
|
|
2017-01-27 00:11:27 +00:00
|
|
|
define Package/ath10k-firmware-qca9887-ct
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.1 firmware for QCA9887 devices
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2018-03-21 17:29:00 +00:00
|
|
|
PROVIDES:=ath10k-firmware-qca9887
|
2017-01-27 00:11:27 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9887-ct-htt
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.1 htt-mgt fw for QCA9887
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
PROVIDES:=ath10k-firmware-qca9887
|
|
|
|
DEPENDS:=+kmod-ath10k-ct
|
|
|
|
endef
|
2017-01-27 00:11:27 +00:00
|
|
|
|
2016-05-29 18:14:59 +00:00
|
|
|
define Package/ath10k-firmware-qca988x-ct/description
|
|
|
|
Alternative ath10k firmware for QCA988X from Candela Technologies.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.1.php
|
|
|
|
This firmware will NOT be used unless the standard ath10k-firmware-qca988x
|
|
|
|
is un-selected since the driver will try to load firmware-5.bin before
|
|
|
|
firmware-2.bin
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca988x-ct-htt/description
|
|
|
|
Alternative ath10k firmware for QCA988X from Candela Technologies.
|
|
|
|
Uses normal HTT TX data path for management frames, which improves
|
|
|
|
stability in busy networks and fixes .11r authentication.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.1.php
|
|
|
|
This firmware selects and requires the ath10k-ct driver.
|
|
|
|
endef
|
2016-05-29 18:14:59 +00:00
|
|
|
|
2017-01-27 00:11:27 +00:00
|
|
|
define Package/ath10k-firmware-qca9887-ct/description
|
|
|
|
Alternative ath10k firmware for QCA9887 from Candela Technologies.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.1.php
|
|
|
|
This firmware conflicts with the standard 9887 firmware, so select only
|
|
|
|
one.
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9887-ct-htt/description
|
|
|
|
Alternative ath10k firmware for QCA9887 from Candela Technologies.
|
|
|
|
Uses normal HTT TX data path for management frames, which improves
|
|
|
|
stability in busy networks and fixes .11r authentication.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.1.php
|
|
|
|
This firmware selects and requires the ath10k-ct driver.
|
|
|
|
endef
|
2017-01-27 00:11:27 +00:00
|
|
|
|
2016-05-29 18:14:59 +00:00
|
|
|
define Package/ath10k-firmware-qca99x0-ct/description
|
|
|
|
Alternative ath10k firmware for QCA99x0 from Candela Technologies.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.4.php
|
|
|
|
This firmware conflicts with the standard 99x0 firmware, so select only
|
|
|
|
one.
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca99x0-ct-htt/description
|
|
|
|
Alternative ath10k firmware for QCA99x0 from Candela Technologies.
|
|
|
|
Uses normal HTT TX data path for management frames, which improves
|
|
|
|
stability in busy networks and may be required for .11r authentication.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.4.php
|
|
|
|
This firmware selects and requires the ath10k-ct driver.
|
|
|
|
endef
|
2016-05-29 18:14:59 +00:00
|
|
|
|
2016-07-21 23:52:42 +00:00
|
|
|
define Package/ath10k-firmware-qca9984-ct/description
|
|
|
|
Alternative ath10k firmware for QCA9984 from Candela Technologies.
|
|
|
|
Enables IBSS and other features. See:
|
2016-12-16 13:36:53 +00:00
|
|
|
http://www.candelatech.com/ath10k-10.4.php
|
2016-07-21 23:52:42 +00:00
|
|
|
This firmware conflicts with the standard 9984 firmware, so select only
|
|
|
|
one.
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9984-ct-htt/description
|
|
|
|
Alternative ath10k firmware for QCA9984 from Candela Technologies.
|
|
|
|
Uses normal HTT TX data path for management frames, which improves
|
|
|
|
stability in busy networks and may be required for .11r authentication.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.4.php
|
|
|
|
This firmware selects and requires the ath10k-ct driver.
|
2018-01-20 00:27:04 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/ath10k-firmware-qca4019-ct/description
|
|
|
|
Alternative ath10k firmware for IPQ4019 radio from Candela Technologies.
|
|
|
|
Enables IBSS and other features. Works with standard or ath10k-ct driver.
|
|
|
|
See: http://www.candelatech.com/ath10k-10.4.php
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca4019-ct-htt/description
|
|
|
|
Alternative ath10k firmware for IPQ4019 radio from Candela Technologies.
|
|
|
|
Uses normal HTT TX data path for management frames, which improves
|
|
|
|
stability in busy networks and may be required for .11r authentication.
|
|
|
|
Enables IBSS and other features.
|
|
|
|
See: http://www.candelatech.com/ath10k-10.4.php
|
|
|
|
This firmware selects and requires the ath10k-ct driver.
|
|
|
|
endef
|
2018-01-20 00:27:04 +00:00
|
|
|
|
2017-05-16 22:44:20 +00:00
|
|
|
define Package/ath10k-firmware-qca9888-ct/description
|
|
|
|
Alternative ath10k firmware for QCA9886 and QCA9888 from Candela Technologies.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.4.php
|
|
|
|
This firmware conflicts with the standard 9886 and 9888 firmware, so select only
|
|
|
|
one.
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9888-ct-htt/description
|
|
|
|
Alternative ath10k firmware for QCA9886 and QCA9888 from Candela Technologies.
|
|
|
|
Uses normal HTT TX data path for management frames, which improves
|
|
|
|
stability in busy networks and may be required for .11r authentication.
|
|
|
|
Enables IBSS and other features. See:
|
|
|
|
http://www.candelatech.com/ath10k-10.4.php
|
|
|
|
This firmware selects and requires the ath10k-ct driver.
|
|
|
|
endef
|
|
|
|
|
2017-05-16 22:44:20 +00:00
|
|
|
|
2016-05-29 18:14:59 +00:00
|
|
|
define Package/ath10k-firmware-qca99x0/description
|
|
|
|
Standard ath10k firmware for QCA99x0 from QCA
|
|
|
|
This firmware conflicts with the CT 99x0 firmware, so select only
|
|
|
|
one.
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/ath10k-firmware-qca99x0-ct
|
|
|
|
$(Package/ath10k-firmware-default)
|
2018-01-20 00:27:04 +00:00
|
|
|
TITLE:=ath10k CT 10.4 firmware for QCA99x0 devices
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2018-03-21 17:29:00 +00:00
|
|
|
PROVIDES:=ath10k-firmware-qca99x0
|
2016-05-29 18:14:59 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca99x0-ct-htt
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.4 htt-mgt fw for QCA99x0
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
PROVIDES:=ath10k-firmware-qca99x0
|
|
|
|
DEPENDS:=+kmod-ath10k-ct
|
|
|
|
endef
|
2016-05-29 18:14:59 +00:00
|
|
|
|
2016-07-21 23:52:42 +00:00
|
|
|
define Package/ath10k-firmware-qca9984-ct
|
|
|
|
$(Package/ath10k-firmware-default)
|
2018-01-20 00:27:04 +00:00
|
|
|
TITLE:=ath10k CT 10.4 firmware for QCA9984 devices
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2018-03-21 17:29:00 +00:00
|
|
|
PROVIDES:=ath10k-firmware-qca9984
|
2018-01-20 00:27:04 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9984-ct-htt
|
2018-01-20 00:27:04 +00:00
|
|
|
$(Package/ath10k-firmware-default)
|
2018-03-21 17:29:03 +00:00
|
|
|
TITLE:=ath10k CT 10.4 htt-mgt fw for QCA9984
|
2018-01-20 00:27:04 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2018-03-21 17:29:03 +00:00
|
|
|
PROVIDES:=ath10k-firmware-qca9984
|
2018-03-21 17:29:00 +00:00
|
|
|
DEPENDS:=+kmod-ath10k-ct
|
2018-01-20 00:27:04 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
|
2018-01-20 00:27:04 +00:00
|
|
|
define Package/ath10k-firmware-qca4019-ct
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.4 firmware for QCA4018/9
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2018-03-21 17:29:00 +00:00
|
|
|
PROVIDES:=ath10k-firmware-qca4019
|
2016-07-21 23:52:42 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca4019-ct-htt
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.4 htt-mgt for QCA4018/9
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
PROVIDES:=ath10k-firmware-qca4019
|
|
|
|
DEPENDS:=+kmod-ath10k-ct
|
|
|
|
endef
|
2016-07-21 23:52:42 +00:00
|
|
|
|
2017-05-16 22:44:20 +00:00
|
|
|
define Package/ath10k-firmware-qca9888-ct
|
|
|
|
$(Package/ath10k-firmware-default)
|
2018-01-20 00:27:04 +00:00
|
|
|
TITLE:=ath10k CT 10.4 fw for QCA9886/8 devices
|
2017-05-16 22:44:20 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2018-03-21 17:29:00 +00:00
|
|
|
PROVIDES:=ath10k-firmware-qca9888
|
2017-05-16 22:44:20 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9888-ct-htt
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k CT 10.4 htt-mgt fw for QCA9886/8
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
PROVIDES:=ath10k-firmware-qca9888
|
|
|
|
DEPENDS:=+kmod-ath10k-ct
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
2017-05-16 22:44:20 +00:00
|
|
|
|
2016-06-09 16:18:14 +00:00
|
|
|
define Package/ath10k-firmware-qca9984
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k firmware for QCA9984 devices
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2016-06-09 16:18:14 +00:00
|
|
|
endef
|
|
|
|
|
2016-11-09 16:05:42 +00:00
|
|
|
define Package/ath10k-firmware-qca4019
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k firmware for IPQ/QCA4019 devices
|
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
endef
|
|
|
|
|
2015-11-10 12:03:39 +00:00
|
|
|
define Package/ath10k-firmware-qca6174
|
|
|
|
$(Package/ath10k-firmware-default)
|
|
|
|
TITLE:=ath10k firmware for QCA6174 devices
|
2016-09-18 20:44:32 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
2015-11-10 12:03:39 +00:00
|
|
|
endef
|
|
|
|
|
2015-11-22 19:06:42 +00:00
|
|
|
QCA99X0_BOARD_REV:=ddcec9efd245da9365c474f513a855a55f3ac7fe
|
|
|
|
QCA99X0_BOARD_FILE:=board-2.bin.$(QCA99X0_BOARD_REV)
|
|
|
|
|
|
|
|
define Download/qca99x0-board
|
2016-06-21 09:37:49 +00:00
|
|
|
URL:=https://source.codeaurora.org/quic/qsdk/oss/firmware/ath10k-firmware/plain/ath10k/QCA99X0/hw2.0
|
|
|
|
URL_FILE:=board-2.bin?id=$(QCA99X0_BOARD_REV)
|
2015-11-22 19:06:42 +00:00
|
|
|
FILE:=$(QCA99X0_BOARD_FILE)
|
2016-12-16 16:32:10 +00:00
|
|
|
HASH:=03711ac21e60ef59d3815e235eb721c0c22851b5410299411085aa6f2af45401
|
2015-11-22 19:06:42 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Download,qca99x0-board))
|
|
|
|
|
2015-10-30 22:01:18 +00:00
|
|
|
define Build/Compile
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
2016-11-09 16:05:42 +00:00
|
|
|
define Package/ath10k-firmware-qca4019/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA4019/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA4019/hw1.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA4019/hw1.0/
|
|
|
|
$(INSTALL_DATA) \
|
2018-07-03 12:57:41 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA4019/hw1.0/3.5.3/firmware-5.bin_10.4-3.5.3-00057 \
|
2016-11-09 16:05:42 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA4019/hw1.0/firmware-5.bin
|
|
|
|
endef
|
|
|
|
|
2016-08-22 10:03:36 +00:00
|
|
|
define Package/ath10k-firmware-qca9887/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9887/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
2019-10-05 10:27:44 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA9887/hw1.0/10.2.4-1.0/firmware-5.bin_10.2.4-1.0-00047 \
|
2016-08-22 10:03:36 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA9887/hw1.0/firmware-5.bin
|
|
|
|
$(INSTALL_DATA) \
|
2017-09-17 19:33:20 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA9887/hw1.0/board.bin \
|
2016-08-22 10:03:36 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA9887/hw1.0/board.bin
|
|
|
|
endef
|
|
|
|
|
2017-05-08 06:51:46 +00:00
|
|
|
define Package/ath10k-firmware-qca9888/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9888/hw2.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
2018-02-17 10:26:23 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA9888/hw2.0/3.5.3/firmware-5.bin_10.4-3.5.3-00053 \
|
2017-05-08 06:51:46 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/firmware-5.bin
|
|
|
|
endef
|
|
|
|
|
2015-10-30 22:01:18 +00:00
|
|
|
define Package/ath10k-firmware-qca988x/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA988X/hw2.0
|
|
|
|
$(INSTALL_DATA) \
|
2016-09-18 21:29:34 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA988X/hw2.0/board.bin \
|
2015-10-30 22:01:18 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/
|
|
|
|
$(INSTALL_DATA) \
|
2019-10-05 10:27:44 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA988X/hw2.0/10.2.4-1.0/firmware-5.bin_10.2.4-1.0-00047 \
|
2015-10-30 22:01:18 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin
|
|
|
|
endef
|
|
|
|
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca6174/install
|
2018-05-25 03:47:46 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA6174/hw2.1
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA6174/hw2.1/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA6174/hw2.1/
|
2018-05-29 18:03:02 +00:00
|
|
|
$(INSTALL_DATA) \
|
2018-05-25 03:47:46 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA6174/hw2.1/firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA6174/hw2.1/firmware-5.bin
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA6174/hw3.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA6174/hw3.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA6174/hw3.0/
|
2018-05-29 18:03:02 +00:00
|
|
|
$(INSTALL_DATA) \
|
2018-05-25 03:47:46 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA6174/hw3.0/4.4.1.c1/firmware-6.bin_RM.4.4.1.c1-00042-QCARMSWP-1 \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA6174/hw3.0/firmware-6.bin
|
2018-03-21 17:29:03 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/ath10k-firmware-qca99x0/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA99X0/hw2.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(QCA99X0_BOARD_FILE) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA99X0/hw2.0/boardData_AR900B_CUS239_5G_v2_001.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA99X0/hw2.0/firmware-5.bin_10.4.1.00030-1 \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/firmware-5.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/ath10k-firmware-qca9984/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9984/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA9984/hw1.0/3.5.3/firmware-5.bin_10.4-3.5.3-00053 \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
# CT related firmware
|
|
|
|
|
2017-01-27 00:11:27 +00:00
|
|
|
define Package/ath10k-firmware-qca9887-ct/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9887/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE,QCA9887) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9887/hw1.0/firmware-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
2017-09-17 19:33:20 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA9887/hw1.0/board.bin \
|
2017-01-27 00:11:27 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA9887/hw1.0/board.bin
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9887-ct-htt/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9887/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE_HTT,QCA9887) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9887/hw1.0/ct-firmware-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA9887/hw1.0/board.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9887/hw1.0/board.bin
|
|
|
|
endef
|
2017-01-27 00:11:27 +00:00
|
|
|
|
2016-05-29 18:14:59 +00:00
|
|
|
define Package/ath10k-firmware-qca988x-ct/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA988X/hw2.0
|
|
|
|
$(INSTALL_DATA) \
|
2016-09-18 21:29:34 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA988X/hw2.0/board.bin \
|
2016-05-29 18:14:59 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/
|
|
|
|
$(INSTALL_DATA) \
|
2016-12-16 13:36:53 +00:00
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE,QCA988X) \
|
2016-05-29 18:14:59 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca988x-ct-htt/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA988X/hw2.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA988X/hw2.0/board.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE_HTT,QCA988X) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/ct-firmware-2.bin
|
2015-11-10 12:03:39 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca99x0-ct/install
|
2015-10-30 22:01:22 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA99X0/hw2.0
|
2015-11-22 19:06:42 +00:00
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(QCA99X0_BOARD_FILE) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board-2.bin
|
2015-10-30 22:01:22 +00:00
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA99X0/hw2.0/boardData_AR900B_CUS239_5G_v2_001.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board.bin
|
|
|
|
$(INSTALL_DATA) \
|
2018-03-21 17:29:03 +00:00
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE,QCA99X0) \
|
2015-10-30 22:01:22 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/firmware-5.bin
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca99x0-ct-htt/install
|
2016-05-29 18:14:59 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA99X0/hw2.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(QCA99X0_BOARD_FILE) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA99X0/hw2.0/boardData_AR900B_CUS239_5G_v2_001.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board.bin
|
|
|
|
$(INSTALL_DATA) \
|
2018-03-21 17:29:03 +00:00
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE_HTT,QCA99X0) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA99X0/hw2.0/ct-firmware-5.bin
|
2016-05-29 18:14:59 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9984-ct/install
|
2016-06-09 16:18:14 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9984/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
2017-03-29 14:41:31 +00:00
|
|
|
$(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \
|
2016-06-09 16:18:14 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
2018-03-21 17:29:03 +00:00
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE,QCA9984) \
|
2016-06-09 16:18:14 +00:00
|
|
|
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9984-ct-htt/install
|
2016-07-21 23:52:42 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9984/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
2018-03-21 17:29:03 +00:00
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE_HTT,QCA9984) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/ct-firmware-5.bin
|
2016-07-21 23:52:42 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca4019-ct/install
|
2018-01-20 00:27:04 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA4019/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA4019/hw1.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA4019/hw1.0/
|
|
|
|
$(INSTALL_DATA) \
|
2018-03-21 17:29:03 +00:00
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE,QCA4019) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA4019/hw1.0/firmware-5.bin
|
2018-01-20 00:27:04 +00:00
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca4019-ct-htt/install
|
2018-01-20 00:27:04 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA4019/hw1.0
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA4019/hw1.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA4019/hw1.0/
|
|
|
|
$(INSTALL_DATA) \
|
2018-03-21 17:29:03 +00:00
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE_HTT,QCA4019) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA4019/hw1.0/ct-firmware-5.bin
|
2018-01-20 00:27:04 +00:00
|
|
|
endef
|
|
|
|
|
2017-05-16 22:44:20 +00:00
|
|
|
define Package/ath10k-firmware-qca9888-ct/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9888/hw2.0
|
|
|
|
ln -s \
|
|
|
|
../../cal-pci-0000:01:00.0.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE,QCA9888) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/firmware-5.bin
|
|
|
|
endef
|
2018-03-21 17:29:03 +00:00
|
|
|
define Package/ath10k-firmware-qca9888-ct-htt/install
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9888/hw2.0
|
|
|
|
ln -s \
|
|
|
|
../../cal-pci-0000:01:00.0.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
|
|
|
|
$(INSTALL_DATA) \
|
|
|
|
$(DL_DIR)/$(call CT_FIRMWARE_FILE_HTT,QCA9888) \
|
|
|
|
$(1)/lib/firmware/ath10k/QCA9888/hw2.0/ct-firmware-5.bin
|
|
|
|
endef
|
2017-05-16 22:44:20 +00:00
|
|
|
|
2019-10-05 00:12:56 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca9887))
|
2018-08-03 11:59:40 +00:00
|
|
|
#$(eval $(call BuildPackage,ath10k-firmware-qca9888))
|
2019-10-05 00:12:56 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca988x))
|
2018-08-03 11:59:40 +00:00
|
|
|
#$(eval $(call BuildPackage,ath10k-firmware-qca99x0))
|
|
|
|
#$(eval $(call BuildPackage,ath10k-firmware-qca6174))
|
|
|
|
#$(eval $(call BuildPackage,ath10k-firmware-qca9984))
|
|
|
|
#$(eval $(call BuildPackage,ath10k-firmware-qca4019))
|
2016-05-29 18:14:59 +00:00
|
|
|
|
2017-01-27 00:11:27 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca9887-ct))
|
2018-03-21 17:29:03 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca9887-ct-htt))
|
2016-05-29 18:14:59 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca988x-ct))
|
2018-03-21 17:29:03 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca988x-ct-htt))
|
2016-05-29 18:14:59 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca99x0-ct))
|
2018-03-21 17:29:03 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca99x0-ct-htt))
|
2016-07-21 23:52:42 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca9984-ct))
|
2018-03-21 17:29:03 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca9984-ct-htt))
|
2018-01-20 00:27:04 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca4019-ct))
|
2018-03-21 17:29:03 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca4019-ct-htt))
|
2017-05-16 22:44:20 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca9888-ct))
|
2018-03-21 17:29:03 +00:00
|
|
|
$(eval $(call BuildPackage,ath10k-firmware-qca9888-ct-htt))
|