All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baptiste Jonglez <baptiste@bitsofnetworks.org>
To: wireguard@lists.zx2c4.com
Subject: Re: [WireGuard] OpenWRT package for wireguard
Date: Sat, 2 Jul 2016 12:27:54 +0200	[thread overview]
Message-ID: <20160702102754.GD12181@lud.polynome.dn42> (raw)
In-Reply-To: <20160629112423.GC31514@lud.polynome.dn42>

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

On Wed, Jun 29, 2016 at 01:24:23PM +0200, Baptiste Jonglez wrote:
> Hi there,
> 
> I am working on an OpenWRT/LEDE package for wireguard.  It's mostly done,
> but I want to test it before pushing it to the repositories.  Hopefully, I
> will be able to do that this week-end.

Here is a working version:

  https://github.com/zorun/packages-1/blob/wireguard/net/wireguard/Makefile

However, you have to manually select needed kernel symbols in `make
kernel_menuconfig`, which is very annoying.  If you want to give it a try,
look for these symbols:

    +CONFIG_IP6_NF_IPTABLES=m
    +CONFIG_IPV6=y
    +CONFIG_NETFILTER=y
    +CONFIG_NETFILTER_ADVANCED=y
    +CONFIG_NETFILTER_XTABLES=m
    +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
    +CONFIG_NET_FOU=m
    +CONFIG_NET_IP_TUNNEL=m
    +CONFIG_NET_UDP_TUNNEL=m

I guess that's the price to pay for being out-of-tree.  I will have a look
at how to improve this situation (maybe integrating the kernel module
directly in Lede/OpenWRT?).

Baptiste

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-07-02 10:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 11:24 [WireGuard] OpenWRT package for wireguard Baptiste Jonglez
2016-07-02 10:27 ` Baptiste Jonglez [this message]
2016-07-02 10:43   ` [WireGuard] Kernel symbol dependencies and KCONFIG usage for kernel packages Baptiste Jonglez
2016-07-02 10:54   ` [WireGuard] OpenWRT package for wireguard Jason A. Donenfeld
2016-07-04  7:48 ` Baptiste Jonglez
2016-07-04 12:16   ` Jason A. Donenfeld
2016-07-05 22:03   ` Baptiste Jonglez
2016-07-06  9:53     ` Jason A. Donenfeld
2016-07-06  9:56       ` Jason A. Donenfeld
2016-07-06 14:54         ` Jason A. Donenfeld
2016-07-06 15:16           ` Jason A. Donenfeld
2016-07-10 17:21           ` Baptiste Jonglez
2016-07-10 17:52             ` Jason A. Donenfeld
2016-07-10 17:56               ` Baptiste Jonglez
2016-07-06 15:08         ` Baptiste Jonglez
2016-07-06 15:21           ` Jason A. Donenfeld

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=20160702102754.GD12181@lud.polynome.dn42 \
    --to=baptiste@bitsofnetworks.org \
    --cc=wireguard@lists.zx2c4.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.