mirror of
https://github.com/openwrt/luci.git
synced 2025-04-08 20:24:33 +00:00
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
|