17 lines
496 B
Makefile
17 lines
496 B
Makefile
![]() |
# Copyright (C) 2018-2021 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
|
||
|
PKG_RELEASE:=13-20210628
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|