diff options
author | Qian <billsq@billsq.me> | 2017-04-27 17:55:11 -0700 |
---|---|---|
committer | Qian <billsq@billsq.me> | 2017-04-27 17:55:11 -0700 |
commit | 4227dad822e0ddc7feb3e715ce5974f2965403b7 (patch) | |
tree | 6c3aa6a5db328ab87f7f2b9995dcb0fcc99a2cad /net/ocserv/Makefile | |
parent | a1a96fc9fa8312c87ee997d613e9e9de3f3a82d9 (diff) |
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 <billsq@billsq.me>
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r-- | net/ocserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |