Browse Source

muninlite: Fix PKG_LICENSE information

muninlite is GPL-2.0+, not GPL-2.0 exclusively

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
lilik-openwrt-22.03
Jonathan McCrohan 10 years ago
parent
commit
4699cfa821
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      admin/muninlite/Makefile

+ 1
- 1
admin/muninlite/Makefile View File

@ -14,7 +14,7 @@ PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=a8cc86f0cc536a6c22dc298f4ed55339
PKG_LICENSE:=GPL-2.0
PKG_LICENSE:=GPL-2.0+
PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save