diff options
| author | Michael Yartys | 2021-06-21 11:37:20 +0000 |
|---|---|---|
| committer | Paul Spooren | 2021-06-21 18:34:39 +0000 |
| commit | f0f1d68d528402b4d51a1dd08d2e2c9034167f92 (patch) | |
| tree | 4875fa3838a43c01529f618568e6f28c3d37f6c6 | |
| parent | 181054bf7939decd8ce6f32b6f8e2a363ab55e24 (diff) | |
| download | openwrt-f0f1d68d528402b4d51a1dd08d2e2c9034167f92.tar.gz | |
ath10k-ct: fix typo in Makefile
Add forgotten colon to Makefile.
Signed-off-by: Michael Yartys <michael.yartys@protonmail.com>
| -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:= |