Makefile 574 B

1234567891011121314151617
  1. # Copyright 2021 Nicholas Smith (nicholas@nbembedded.com)
  2. # Copyright (C) 2023 TDT AG <development@tdt.de>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. include $(TOPDIR)/rules.mk
  6. PKG_LICENSE:=GPL-2.0-or-later
  7. PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com>, Lukas Voegl <lvoegl@tdt.de>
  8. LUCI_TITLE:=LuCI support for strongSwan via swanctl
  9. LUCI_DESCRIPTION:=Status and configuration for strongSwan based on swanctl
  10. LUCI_DEPENDS:=+strongswan-swanctl +swanmon
  11. include ../../luci.mk
  12. # call BuildPackage - OpenWrt buildroot signature