diff options
Diffstat (limited to 'package/utils/px5g-standalone')
-rw-r--r-- | package/utils/px5g-standalone/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/utils/px5g-standalone/Makefile b/package/utils/px5g-standalone/Makefile index d6843b0137..e575bd474c 100644 --- a/package/utils/px5g-standalone/Makefile +++ b/package/utils/px5g-standalone/Makefile @@ -10,6 +10,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=px5g PKG_RELEASE:=2 +PKG_LICENSE:=LGPL-2.1 +PKG_LICENSE_FILES:= + PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CHECK_FORMAT_SECURITY:=0 |