Makefile 431 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2022 Jaymin Patel <jem.patel@gmail.com>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. #
  6. include $(TOPDIR)/rules.mk
  7. PKG_LICENSE:=GPL-2.0-or-later
  8. PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
  9. LUCI_TITLE=Luci Application for IPSec VPN (Libreswan)
  10. LUCI_DEPENDS:=+luci-base +libreswan
  11. LUCI_PKGARCH:=all
  12. include ../../luci.mk
  13. # call BuildPackage - OpenWrt buildroot signature