projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b83f426
)
openvpn: add --enable-password-save, it is already present in openvpn-devel and openv...
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 16 May 2012 01:07:43 +0000
(
01:07
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 16 May 2012 01:07:43 +0000
(
01:07
+0000)
SVN-Revision: 31744
net/openvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/openvpn/Makefile
b/net/openvpn/Makefile
index a9c2e6d4c277e78c42375ab1e4b8b51798f30137..e28a18e748b6fa710faadd2223913871459502ac 100644
(file)
--- a/
net/openvpn/Makefile
+++ b/
net/openvpn/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
PKG_VERSION:=2.2.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://swupdate.openvpn.net/community/releases @SF/openvpn
@@
-55,6
+55,7
@@
CONFIGURE_ARGS+= \
--with-ifconfig-path=/sbin/ifconfig \
--with-iproute-path=/usr/sbin/ip \
--with-route-path=/sbin/route \
+ --enable-password-save \
--disable-debug \
--disable-plugins \
--disable-pthread \