diff options
| author | Michael Yartys | 2021-06-21 11:37:20 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2021-07-02 14:19:33 +0000 |
| commit | 86f617178885c59665cc6ce01c570f128c06d151 (patch) | |
| tree | cb8b012658e0a5fca9f732d4fe9b2d9d8b96480c | |
| parent | 24cfa5005eb475d5a182f5e82dbfa469ccc7c071 (diff) | |
| download | openwrt-86f617178885c59665cc6ce01c570f128c06d151.tar.gz | |
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)
| -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:= |