diff options
author | Michael Yartys <michael.yartys@protonmail.com> | 2021-06-21 13:37:20 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-07-02 16:19:33 +0200 |
commit | 86f617178885c59665cc6ce01c570f128c06d151 (patch) | |
tree | cb8b012658e0a5fca9f732d4fe9b2d9d8b96480c /package/kernel/ath10k-ct/Makefile | |
parent | 24cfa5005eb475d5a182f5e82dbfa469ccc7c071 (diff) | |
download | upstream-86f617178885c59665cc6ce01c570f128c06d151.tar.gz upstream-86f617178885c59665cc6ce01c570f128c06d151.tar.bz2 upstream-86f617178885c59665cc6ce01c570f128c06d151.zip |
ath10k-ct: fix typo in Makefile
Add forgotten colon to Makefile.
Signed-off-by: Michael Yartys <michael.yartys@protonmail.com>
(cherry picked from commit f0f1d68d528402b4d51a1dd08d2e2c9034167f92)
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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:= |