mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
12 lines
194 B
Makefile
12 lines
194 B
Makefile
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
|