[Buildroot] [PATCH 0/1] Add wireguard package

Aurélien Chabot aurelien at chabot.fr
Wed Sep 6 20:30:05 UTC 2017


I have multiple question about this patch.

  * Do we need to keep the manual call to depmod?
  * I did some king of metapackage containing two others, but if the user
    uncheck both those sub packages we are on an incorrect state.
    How can I fix this issue?
  * This package have a couple of kernel configs as dependencies.
    Should we force them in the kernel config? I don't know how to that... :)
    The kernel configs are:
      CONFIG_NET, CONFIG_INET, CONFIG_NET_UDP_TUNNEL,
      CONFIG_CRYPTO_BLKCIPHER, CONFIG_PADATA

Aurélien Chabot (1):
  wireguard: add new package

 package/Config.in                                  |  1 +
 .../0001-build-Add-a-tools-install-target.patch    | 34 +++++++++++++++
 ...-build-Allow-to-configure-the-used-depmod.patch | 39 +++++++++++++++++
 package/wireguard/Config.in                        | 28 +++++++++++++
 package/wireguard/wireguard.hash                   |  2 +
 package/wireguard/wireguard.mk                     | 49 ++++++++++++++++++++++
 6 files changed, 153 insertions(+)
 create mode 100644 package/wireguard/0001-build-Add-a-tools-install-target.patch
 create mode 100644 package/wireguard/0002-build-Allow-to-configure-the-used-depmod.patch
 create mode 100644 package/wireguard/Config.in
 create mode 100644 package/wireguard/wireguard.hash
 create mode 100644 package/wireguard/wireguard.mk

--
2.14.1



More information about the buildroot mailing list