Makefile 313 B

12345678910111213
  1. # This is free software, licensed under the Apache License, Version 2.0
  2. include $(TOPDIR)/rules.mk
  3. LUCI_TITLE:=LuCI Support for frp client
  4. LUCI_DEPENDS:=+frpc
  5. PKG_LICENSE:=Apache-2.0
  6. PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
  7. include ../../luci.mk
  8. # call BuildPackage - OpenWrt buildroot signature