From 0ae69587409e0b5dc8d3935c8e19d3b8db995019 Mon Sep 17 00:00:00 2001 From: Andreas Nilsen Date: Wed, 3 Jul 2019 08:02:21 +0200 Subject: [PATCH] hcxtools: Fixed typo in both Makefiles PKG_LICENCE_FILES vas wrongly named PKG_LICENCE_FILE Signed-off-by: Andreas Nilsen --- net/hcxdumptool/Makefile | 2 +- net/hcxtools/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 1eb34b40d..4b58479da 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 6ea883f94..370ab685b 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