immortalwrt/package/lean/luci-app-softethervpn/Makefile

19 lines
490 B
Makefile
Raw Normal View History

2019-11-08 22:57:22 +08:00
# 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
2020-02-01 02:30:25 +08:00
LUCI_DEPENDS:=+zlib +libpthread +librt +libreadline +libncurses +libiconv-full +kmod-tun +libopenssl +softethervpn5-bridge +softethervpn5-client +softethervpn5-server
2019-11-08 22:57:22 +08:00
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
2020-02-01 02:30:25 +08:00
PKG_RELEASE:=3
2019-11-08 22:57:22 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature