mirror of
https://github.com/openwrt/luci
synced 2025-01-07 03:27:12 +08:00
luci-app-nlbwmon: move chartjs to own packages luci-lib-chartjs
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
bfe0e01866
commit
10e3c449ef
@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
LUCI_TITLE:=Netlink based bandwidth accounting
|
||||
LUCI_DEPENDS:=+luci-base +nlbwmon
|
||||
LUCI_DEPENDS:=+luci-base +luci-lib-chartjs +nlbwmon
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user