mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 18:41:54 +08:00
1d314353bb
consistency in the repo Signed-off-by: Paul Donald <newtwen+github@gmail.com>
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
|