mirror of
https://github.com/openwrt/luci.git
synced 2025-02-22 22:26:18 +00:00
Initial idea by Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Paul Donald <newtwen+github@gmail.com>
12 lines
238 B
Makefile
12 lines
238 B
Makefile
# This is free software, licensed under the MIT License.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_LICENSE=MIT
|
|
|
|
LUCI_TITLE:=µQR - micro QR: SVG QRcode generator JS library
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|