[openwrt/openwrt] ath10k-ct: fix typo in Makefile

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 21 11:34:50 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f0f1d68d528402b4d51a1dd08d2e2c9034167f92

commit f0f1d68d528402b4d51a1dd08d2e2c9034167f92
Author: Michael Yartys <michael.yartys at protonmail.com>
AuthorDate: Mon Jun 21 13:37:20 2021 +0200

    ath10k-ct: fix typo in Makefile
    
    Add forgotten colon to Makefile.
    
    Signed-off-by: Michael Yartys <michael.yartys at protonmail.com>
---
 package/kernel/ath10k-ct/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index f06d7cf132..5681c5c2cd 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ath10k-ct
-PKG_RELEASE=$(AUTORELEASE)
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=



More information about the lede-commits mailing list