mirror of
https://github.com/openwrt/luci.git
synced 2025-01-18 12:32:08 +00:00
10e3c449ef
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
12 lines
251 B
Makefile
12 lines
251 B
Makefile
# 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
|