Makefile 320 B

123456789101112131415
  1. #
  2. # Copyright (C) 2022 Hannu Nyman <hannu.nyman@iki.fi>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=Support for unetd VPN
  8. LUCI_DEPENDS:=+unetd +unet-cli
  9. LUCI_PKGARCH:=all
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature