From: Andreas Nilsen Date: Wed, 3 Jul 2019 06:02:21 +0000 (+0200) Subject: hcxtools: Fixed typo in both Makefiles X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0ae69587409e0b5dc8d3935c8e19d3b8db995019;p=feed%2Fpackages.git hcxtools: Fixed typo in both Makefiles PKG_LICENCE_FILES vas wrongly named PKG_LICENCE_FILE Signed-off-by: Andreas Nilsen --- diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 1eb34b40d5..4b58479dae 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=6ac996a506cb312a5f1c5987f30a4a80c793993908750f69f2df51056f961269 PKG_MAINTAINER:=Andreas Nilsen PKG_LICENSE:=MIT -PKG_LICENSE_FILE:=license.txt +PKG_LICENSE_FILES:=license.txt include $(INCLUDE_DIR)/package.mk diff --git a/net/hcxtools/Makefile b/net/hcxtools/Makefile index 6ea883f948..370ab685b6 100644 --- a/net/hcxtools/Makefile +++ b/net/hcxtools/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=19d2800c6f9339dd552ebc3e7195860f208a9856340b4db1aeaeb4a234557ca6 PKG_MAINTAINER:=Andreas Nilsen PKG_LICENSE:=MIT -PKG_LICENSE_FILE:=license.txt +PKG_LICENSE_FILES:=license.txt include $(INCLUDE_DIR)/package.mk