small-package/luci-app-softethervpn/Makefile

17 lines
448 B
Makefile
Raw Normal View History

2022-01-02 20:31:25 +08:00
# Copyright (C) 2018-2022 Lienol
2021-09-24 23:37:27 +08:00
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for SoftEtherVPN
2022-01-02 20:31:25 +08:00
LUCI_DEPENDS:=+zlib +libpthread +librt +libreadline +libncurses +libiconv-full +kmod-tun +libopenssl +softethervpn-server
2021-09-24 23:37:27 +08:00
LUCI_PKGARCH:=all
2022-01-02 20:31:25 +08:00
PKG_VERSION:=20220102
PKG_RELEASE:=1
2021-09-24 23:37:27 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature