blob: ba545f10576a99d04e8746b7d89eacc676929d3b (
plain)
1
2
3
4
5
6
7
8
9
10
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
|