blob: 3a54004b8cfba8b30278e9926138cd3fefac28a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-plugin-auth-example
PKG_VERSION:=1.0
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|