aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/ath10k-ct-firmware
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2022-09-05 16:22:08 -0400
committerMichael Pratt <mcpratt@pm.me>2022-09-22 16:48:36 -0400
commit0720c29a77bbfddbe8770fb2971c13c53185bebe (patch)
tree503dac09b128a91b6a5af0be96a146eb91620617 /package/firmware/ath10k-ct-firmware
parent331830af5132f8f5026e73231cdd573f7f31b0ca (diff)
downloadupstream-0720c29a77bbfddbe8770fb2971c13c53185bebe.tar.gz
upstream-0720c29a77bbfddbe8770fb2971c13c53185bebe.tar.bz2
upstream-0720c29a77bbfddbe8770fb2971c13c53185bebe.zip
ath10k-ct-firmware: set DL_DIR to package specific subdirectory
This package downloads raw files which have names that are not corresponding to the name and version of the package as it is defined in the Makefile. Use the option DL_SUBDIR to set the DL_DIR to be a subdirectory named with PKG_NAME and PKG_VERSION to better organize the downloads. Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'package/firmware/ath10k-ct-firmware')
-rw-r--r--package/firmware/ath10k-ct-firmware/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firmware/ath10k-ct-firmware/Makefile b/package/firmware/ath10k-ct-firmware/Makefile
index b210f1a5e4..78846fbe9d 100644
--- a/package/firmware/ath10k-ct-firmware/Makefile
+++ b/package/firmware/ath10k-ct-firmware/Makefile
@@ -4,6 +4,8 @@ PKG_NAME:=ath10k-ct-firmware
PKG_VERSION:=2020-11-08
PKG_RELEASE:=1
+DL_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+
include $(INCLUDE_DIR)/package.mk
CT_FIRMWARE_FILE = $(1)-$($(1)_FIRMWARE_FILE_CT)