diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-20 13:22:35 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-21 10:53:53 +0100 |
commit | 10e3c449ef79b85626a10f3d4559c666dc202eb3 (patch) | |
tree | db3eeb121d78a77ba40cd4a84cdb5152c69e29ad /libs/luci-lib-chartjs/Makefile | |
parent | bfe0e01866360ecae1ff36bcb78be7c9725805b0 (diff) |
luci-app-nlbwmon: move chartjs to own packages luci-lib-chartjs
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'libs/luci-lib-chartjs/Makefile')
-rw-r--r-- | libs/luci-lib-chartjs/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/luci-lib-chartjs/Makefile b/libs/luci-lib-chartjs/Makefile new file mode 100644 index 0000000000..ba545f1057 --- /dev/null +++ b/libs/luci-lib-chartjs/Makefile @@ -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 |