Makefile 312 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 xfrpc
  4. LUCI_DEPENDS:=+luci-base +xfrpc
  5. PKG_LICENSE:=Apache-2.0
  6. PKG_MAINTAINER:=Dengfeng Liu <liu_df@qq.com>
  7. include ../../luci.mk
  8. # call BuildPackage - OpenWrt buildroot signature