Browse Source

Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts.

lilik-openwrt-22.03
Toke Høiland-Jørgensen 10 years ago
parent
commit
26eae4b9be
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      net/luci-app-sqm/Makefile
  2. +1
    -0
      net/sqm-scripts/Makefile

+ 1
- 0
net/luci-app-sqm/Makefile View File

@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-sqm PKG_NAME:=luci-app-sqm
PKG_VERSION:=3 PKG_VERSION:=3
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPLv2
LUCI_DIR:=/usr/lib/lua/luci LUCI_DIR:=/usr/lib/lua/luci
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk


+ 1
- 0
net/sqm-scripts/Makefile View File

@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sqm-scripts PKG_NAME:=sqm-scripts
PKG_VERSION:=6 PKG_VERSION:=6
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPLv2
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)


Loading…
Cancel
Save