diff options
| author | Aurélien Chabot <aurelien@chabot.fr> | 2017-09-06 21:30:06 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-02 22:59:26 +0200 |
| commit | 5a47141ebb62dc4248bb94f04a35413a8b503064 (patch) | |
| tree | 024f250116337b342a5fb48be1040d35dd340d17 /linux | |
| parent | 404a4f08e1f526d362547158abd1774e2d965ceb (diff) | |
| download | buildroot-5a47141ebb62dc4248bb94f04a35413a8b503064.tar.gz buildroot-5a47141ebb62dc4248bb94f04a35413a8b503064.zip | |
wireguard: add new package
[Peter: Fix help text, drop suboptions, drop patches, fix dependencies,
handle optional bash dependency, use kernel-module infrastructure,
enable needed kernel options]
Signed-off-by: Aurélien Chabot <aurelien@chabot.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/linux.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/linux.mk b/linux/linux.mk index c7bf83a66a..9c2aa77a10 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -300,6 +300,12 @@ define LINUX_KCONFIG_FIXUP_CMDS $(call KCONFIG_ENABLE_OPT,CONFIG_NETFILTER_ADVANCED,$(@D)/.config) $(call KCONFIG_ENABLE_OPT,CONFIG_NF_CONNTRACK,$(@D)/.config) $(call KCONFIG_ENABLE_OPT,CONFIG_NF_CONNTRACK_MARK,$(@D)/.config)) + $(if $(BR2_PACKAGE_WIREGUARD), + $(call KCONFIG_ENABLE_OPT,CONFIG_INET,$(@D)/.config) + $(call KCONFIG_ENABLE_OPT,CONFIG_NET,$(@D)/.config) + $(call KCONFIG_ENABLE_OPT,CONFIG_NET_FOU,$(@D)/.config) + $(call KCONFIG_ENABLE_OPT,CONFIG_CRYPTO,$(@D)/.config) + $(call KCONFIG_ENABLE_OPT,CONFIG_CRYPTO_MANAGER,$(@D)/.config)) $(if $(BR2_LINUX_KERNEL_APPENDED_DTB), $(call KCONFIG_ENABLE_OPT,CONFIG_ARM_APPENDED_DTB,$(@D)/.config)) $(if $(BR2_PACKAGE_KERNEL_MODULE_IMX_GPU_VIV), |

