From 4227dad822e0ddc7feb3e715ce5974f2965403b7 Mon Sep 17 00:00:00 2001 From: Qian Date: Thu, 27 Apr 2017 17:55:11 -0700 Subject: ocserv: split UDP and TCP port configs Added a new config entry udp_port to split UDP port from TCP. This is useful when particular port is blocked by the ISP. udp_port falls back to port if not set to be compatible with current config file. Also fixed an ifname typo from the last commit. Signed-off-by: Qian Sheng --- net/ocserv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ocserv/Makefile') diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index d99c5ba27..502fab297 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ocserv PKG_VERSION:=0.11.7 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_USE_MIPS16:=0 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -- cgit v1.2.3