From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YCvHD-00089k-5k for ptxdist@pengutronix.de; Sun, 18 Jan 2015 20:12:47 +0100 Received: by mail-we0-f169.google.com with SMTP id p10so4500329wes.0 for ; Sun, 18 Jan 2015 11:12:41 -0800 (PST) Received: from omega (p20030064A919CE0DE2CB4EFFFE1BB546.dip0.t-ipconnect.de. [2003:64:a919:ce0d:e2cb:4eff:fe1b:b546]) by mx.google.com with ESMTPSA id ni15sm11361044wic.18.2015.01.18.11.12.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Jan 2015 11:12:40 -0800 (PST) Date: Sun, 18 Jan 2015 20:12:38 +0100 From: Alexander Aring Message-ID: <20150118191235.GD10822@omega> References: <1419701935-28132-1-git-send-email-alex.aring@gmail.com> <1419701935-28132-5-git-send-email-alex.aring@gmail.com> <20150112143846.GB26436@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150112143846.GB26436@pengutronix.de> Subject: Re: [ptxdist] [PATCH bluetooth-next 4/4] openvpn: rework and version bump Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi, On Mon, Jan 12, 2015 at 03:38:47PM +0100, Michael Olbrich wrote: > On Sat, Dec 27, 2014 at 06:38:55PM +0100, Alexander Aring wrote: > > This patch reworks the openvpn rules. Some points which are new now: > > > > - systemd support if OPENVPN_SYSTEMD > > - install openvpn sample configs as reference for /etc/openvpn/ > > - install openvpn sample scripts (ethernet bridging) > > - add required environemnt for networking utilities while configure > > - add several missed autoconf configure options > > > > Additional this patch do a version bump to 2.3.6 > > > > Signed-off-by: Alexander Aring > > --- > > rules/openvpn.in | 26 ++++++++++++++++++++++++ > > rules/openvpn.make | 59 +++++++++++++++++++++++++++++++++++++++++++----------- > > 2 files changed, 73 insertions(+), 12 deletions(-) > > > > diff --git a/rules/openvpn.in b/rules/openvpn.in > > index 3649968..d68dc7a 100644 > > --- a/rules/openvpn.in > > +++ b/rules/openvpn.in > > @@ -5,6 +5,10 @@ menuconfig OPENVPN > > prompt "openvpn " > > select OPENSSL > > select LIBLZO if OPENVPN_LZO > > + depends on IPROUTE2_IP || BUSYBOX_IP > > + depends on BUSYBOX_IFCONFIG > > + depends on BUSYBOX_NETSTAT > > + depends on BUSYBOX_ROUTE > > no 'depends' here: > > select IPROUTE2 if !BUSYBOX_IP && RUNTIME > select IPROUTE2_IP if !BUSYBOX_IP && RUNTIME > select BUSYBOX_IFCONFIG > [...] > > I think. ok. Seems to work. I also will fix the subject and remove the "bluetooth-next" tag. Sorry! - Alex -- ptxdist mailing list ptxdist@pengutronix.de