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

19 lines
490 B
Makefile
Raw Normal View History

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