[openwrt/openwrt] ath10k-ct: fix typo in Makefile
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 2 07:19:49 PDT 2021
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/86f617178885c59665cc6ce01c570f128c06d151
commit 86f617178885c59665cc6ce01c570f128c06d151
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>
(cherry picked from commit f0f1d68d528402b4d51a1dd08d2e2c9034167f92)
---
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