kiddin9-packages/luci-app-openvpn-server/Makefile

20 lines
378 B
Makefile
Raw Permalink Normal View History

2023-09-18 08:06:14 +08:00
# Copyright (C) 2016 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
2022-06-30 22:11:34 +08:00
2021-03-27 22:52:29 +08:00
include $(TOPDIR)/rules.mk
2020-12-15 02:04:07 +08:00
2022-06-30 22:11:34 +08:00
LUCI_TITLE:=LuCI support for OpenVPN Server
2024-06-14 04:46:00 +08:00
LUCI_DEPENDS:=+openvpn-openssl +openvpn-easy-rsa
2022-06-30 22:11:34 +08:00
LUCI_PKGARCH:=all
2024-06-14 04:46:00 +08:00
PKG_NAME:=luci-app-openvpn-server
2023-09-18 07:37:06 +08:00
2022-06-30 22:11:34 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
2020-12-15 02:04:07 +08:00
2022-06-30 22:11:34 +08:00
# call BuildPackage - OpenWrt buildroot signature
2024-06-14 04:46:00 +08:00