From: Alexander Aring <alex.aring@gmail.com>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCHv2 4/4] openvpn: rework and version bump
Date: Wed, 28 Jan 2015 09:52:11 +0100 [thread overview]
Message-ID: <20150128085208.GC6903@omega> (raw)
In-Reply-To: <20150126152410.GD20195@pengutronix.de>
On Mon, Jan 26, 2015 at 04:24:10PM +0100, Michael Olbrich wrote:
> On Sun, Jan 25, 2015 at 08:56:24PM +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 <alex.aring@gmail.com>
> > ---
> > rules/openvpn.in | 27 +++++++++++++++++++++++++
> > rules/openvpn.make | 59 +++++++++++++++++++++++++++++++++++++++++++-----------
> > 2 files changed, 74 insertions(+), 12 deletions(-)
> >
> > diff --git a/rules/openvpn.in b/rules/openvpn.in
> > index 3649968..1cd4a54 100644
> > --- a/rules/openvpn.in
> > +++ b/rules/openvpn.in
> > @@ -5,6 +5,11 @@ menuconfig OPENVPN
> > prompt "openvpn "
> > select OPENSSL
> > select LIBLZO if OPENVPN_LZO
> > + select IPROUTE2 if !BUSYBOX_IP && RUNTIME
> > + select IPROUTE2_IP if !BUSYBOX_IP && RUNTIME
> > + select BUSYBOX_IFCONFIG
> > + select BUSYBOX_NETSTAT
> > + select BUSYBOX_ROUTE
> > help
> > virtual private network daemon
> >
> > @@ -34,4 +39,26 @@ config OPENVPN_LZO
> > will select the LZO library as well.
> > If unsure, say N.
> >
> > +config OPENVPN_SYSTEMD
> > + bool
> > + prompt "Enable systemd support"
> > + depends on SYSTEMD
>
> This does not work. We need a build-time dependency.
>
> add
>
> select SYSTEMD if OPENVPN_SYSTEMD
>
> above instead.
>
ok.
> Michael
>
> > + help
> > + This enables systemd support for openvpn.
> > +
> > +config OPENVPN_INSTALL_SAMPLE_CONFIGS
> > + bool
> > + prompt "Install sample configs"
> > + select IPTABLES
> > + select IPTABLES_INSTALL_TOOLS
>
> mot this to the main option with 'if OPENVPN_INSTALL_SAMPLE_CONFIGS && RUNTIME'
>
> > + help
> > + Install sample configs into /usr/share/openvpn/sample-config-files.
> > +
> > +config OPENVPN_INSTALL_SAMPLE_SCRIPTS
> > + bool
> > + prompt "Install sample scripts"
> > + select BRIDGE_UTILS
>
> The same here.
>
ok.
--
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2015-01-28 8:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-25 19:56 [ptxdist] [PATCHv2 0/4] openvpn: cleanups, extras and version bumps Alexander Aring
2015-01-25 19:56 ` [ptxdist] [PATCHv2 1/4] liblzo: rework and version bump Alexander Aring
2015-01-27 8:21 ` Michael Olbrich
2015-01-25 19:56 ` [ptxdist] [PATCHv2 2/4] openssl: allow to install openssl.cnf Alexander Aring
2015-01-26 15:03 ` Michael Olbrich
2015-01-28 8:51 ` Alexander Aring
2015-01-25 19:56 ` [ptxdist] [PATCHv2 3/4] easy-rsa: initial commit Alexander Aring
2015-01-26 15:00 ` Michael Olbrich
2015-01-28 8:50 ` Alexander Aring
2015-01-25 19:56 ` [ptxdist] [PATCHv2 4/4] openvpn: rework and version bump Alexander Aring
2015-01-26 15:24 ` Michael Olbrich
2015-01-28 8:52 ` Alexander Aring [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150128085208.GC6903@omega \
--to=alex.aring@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox