diff options
author | Ted Hess <thess@kitschensync.net> | 2014-12-09 11:38:38 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-12-09 11:38:38 -0500 |
commit | 8b5421f6996bdbddd95bd6eadf4ace673a7c6df8 (patch) | |
tree | 137c671c329f647be14c1a3276cb9b99b8311bdd /utils/open-plc-utils | |
parent | 06273b7763c86d9de6c7d6fee6279760f1d6e01c (diff) |
misc: Correct tag spelling PKG_LICENSE_FILES
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'utils/open-plc-utils')
-rw-r--r-- | utils/open-plc-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile index bc835250f..c7e19f18b 100644 --- a/utils/open-plc-utils/Makefile +++ b/utils/open-plc-utils/Makefile @@ -20,7 +20,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org> PKG_LICENSE:=ISC -PKG_LICENSE_FILE:=LICENSE +PKG_LICENSE_FILES:=LICENSE PKG_BUILD_PARALLEL:=1 |