diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:31:47 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:32:56 +0100 |
commit | bfe0e01866360ecae1ff36bcb78be7c9725805b0 (patch) | |
tree | 8083902ae740f0d43617fd1e39e2c9bed2214cc1 | |
parent | 5b59ef08c7b47854c7a9f162d258b071612484d1 (diff) |
luci-app-nlbwmon: add missing PKG_LICENSE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | applications/luci-app-nlbwmon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-nlbwmon/Makefile b/applications/luci-app-nlbwmon/Makefile index d53452c3f0..fcf55a3212 100644 --- a/applications/luci-app-nlbwmon/Makefile +++ b/applications/luci-app-nlbwmon/Makefile @@ -1,5 +1,7 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=Netlink based bandwidth accounting LUCI_DEPENDS:=+luci-base +nlbwmon |