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