mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

I updated the link for downloading Windows client to download the latest currently available version instead of using beta version, which is not good to use in production. Also, the macOS link led to the OpenVPN server, which was wrong. It should be a client. It was updated to the latest version as well.
17 lines
488 B
Makefile
17 lines
488 B
Makefile
# Copyright (C) 2018-2019 Lienol
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for SoftEtherVPN
|
|
LUCI_DEPENDS:=+zlib +libpthread +librt +libreadline +libncurses +libiconv-full +kmod-tun +libopenssl +softethervpn5-bridge +softethervpn5-client +softethervpn5-server
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=5
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|