diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-10-15 12:23:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-10-15 12:23:21 +0000 |
commit | eda0fc3c6cc46f311ee3b74857e1c96d9334ace7 (patch) | |
tree | 0a45fb27a7d304b56cfc9ed2e0ff5596c8098371 /package/network/services/openvpn-easy-rsa/Makefile | |
parent | 9eecccf65250b1e44a8491548b3746da70d2ceac (diff) | |
download | upstream-eda0fc3c6cc46f311ee3b74857e1c96d9334ace7.tar.gz upstream-eda0fc3c6cc46f311ee3b74857e1c96d9334ace7.tar.bz2 upstream-eda0fc3c6cc46f311ee3b74857e1c96d9334ace7.zip |
openvpn-easy-rsa: restore essential patch to make it actually work on the target (#14324)
SVN-Revision: 38411
Diffstat (limited to 'package/network/services/openvpn-easy-rsa/Makefile')
-rw-r--r-- | package/network/services/openvpn-easy-rsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/openvpn-easy-rsa/Makefile b/package/network/services/openvpn-easy-rsa/Makefile index 8847d9b3e3..7fb7954739 100644 --- a/package/network/services/openvpn-easy-rsa/Makefile +++ b/package/network/services/openvpn-easy-rsa/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2012 OpenWrt.org +# Copyright (C) 2010-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ PKG_NAME:=openvpn-easy-rsa PKG_REV:=ff5bfd1dd8e548cb24d302742af3894f893ef92f PKG_VERSION:=2013-01-30 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/OpenVPN/easy-rsa.git |