mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
Merge pull request #6994 from TDT-AG/pr/20240315-luci-app-nlbwmon
luci-app-nlbwmon: add missing PKG_LICENSE
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
LUCI_TITLE:=Netlink based bandwidth accounting
|
LUCI_TITLE:=Netlink based bandwidth accounting
|
||||||
LUCI_DEPENDS:=+luci-base +nlbwmon
|
LUCI_DEPENDS:=+luci-base +luci-lib-chartjs +nlbwmon
|
||||||
|
|
||||||
include ../../luci.mk
|
include ../../luci.mk
|
||||||
|
|
||||||
|
|||||||
11
libs/luci-lib-chartjs/Makefile
Normal file
11
libs/luci-lib-chartjs/Makefile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
||||||
|
|
||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_LICENSE=MIT
|
||||||
|
|
||||||
|
LUCI_TITLE:=Simple HTML5 charts using the canvas element
|
||||||
|
|
||||||
|
include ../../luci.mk
|
||||||
|
|
||||||
|
# call BuildPackage - OpenWrt buildroot signature
|
||||||
Reference in New Issue
Block a user