Browse Source

hcxtools: Fixed typo in both Makefiles

PKG_LICENCE_FILES vas wrongly named PKG_LICENCE_FILE

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
lilik-openwrt-22.03
Andreas Nilsen 5 years ago
parent
commit
0ae6958740
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/hcxdumptool/Makefile
  2. +1
    -1
      net/hcxtools/Makefile

+ 1
- 1
net/hcxdumptool/Makefile View File

@ -17,7 +17,7 @@ PKG_HASH:=6ac996a506cb312a5f1c5987f30a4a80c793993908750f69f2df51056f961269
PKG_MAINTAINER:=Andreas Nilsen <adde88@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILE:=license.txt
PKG_LICENSE_FILES:=license.txt
include $(INCLUDE_DIR)/package.mk


+ 1
- 1
net/hcxtools/Makefile View File

@ -17,7 +17,7 @@ PKG_HASH:=19d2800c6f9339dd552ebc3e7195860f208a9856340b4db1aeaeb4a234557ca6
PKG_MAINTAINER:=Andreas Nilsen <adde88@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILE:=license.txt
PKG_LICENSE_FILES:=license.txt
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save