diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-07 21:28:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-07 21:28:14 +0000 |
commit | c5bd00d82a8a63fea9ea15ba6db63fa9eecdc334 (patch) | |
tree | 5009db3aa009d4eba209724a9db449f54efae022 /package/network/services/openvpn/Makefile | |
parent | d6415bf1bdeba8e8d1505f3b3bd2c4e019b486f7 (diff) | |
download | upstream-c5bd00d82a8a63fea9ea15ba6db63fa9eecdc334.tar.gz upstream-c5bd00d82a8a63fea9ea15ba6db63fa9eecdc334.tar.bz2 upstream-c5bd00d82a8a63fea9ea15ba6db63fa9eecdc334.zip |
openvpn: switch to new procd init script style
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38331
Diffstat (limited to 'package/network/services/openvpn/Makefile')
-rw-r--r-- | package/network/services/openvpn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index 4fffd5cfe5..219009ab9a 100644 --- a/package/network/services/openvpn/Makefile +++ b/package/network/services/openvpn/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. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.3.2 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE_URL:=http://swupdate.openvpn.net/community/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |