Skip to content

Commit

Permalink
openvpn: re-add option comp_lzo
Browse files Browse the repository at this point in the history
This option is deprecated but needs to be kept for backward compatibility. [0]

[0] https://community.openvpn.net/openvpn/wiki/DeprecatedOptions#a--comp-lzo

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]

(cherry picked from commit 3850b41)
  • Loading branch information
sch-m authored and dedeckeh committed Dec 12, 2018
1 parent 629073e commit d5afaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/services/openvpn/Makefile
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn

PKG_VERSION:=2.4.5
PKG_RELEASE:=4
PKG_RELEASE:=4.1

PKG_SOURCE_URL:=\
https://build.openvpn.net/downloads/releases/ \
Expand Down
1 change: 1 addition & 0 deletions package/network/services/openvpn/files/openvpn.options
Expand Up @@ -14,6 +14,7 @@ cipher
client_config_dir
client_connect
client_disconnect
comp_lzo
compress
connect_freq
connect_retry
Expand Down

2 comments on commit d5afaa4

@pmelange
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may have solved freifunk-berlin/firmware#580

I will have to do some testing.

@pmelange
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this solved issue freifunk-berlin/firmware#580. Thank you

Please sign in to comment.