Makefile 378 B

12345678910111213141516
  1. #
  2. # This is free software, licensed under the Apache License, Version 2.0 .
  3. #
  4. include $(TOPDIR)/rules.mk
  5. LUCI_TITLE:=Softether management application
  6. LUCI_DEPENDS:=+luci-base +softethervpn5-client
  7. PKG_LICENSE:=Apache-2.0
  8. PKG_MAINTAINER:=BERENYI Balazs <balazs@wee.hu>, \
  9. Jo-Philipp Wich <jo@mein.io>
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature