From 3cdce476dc5c2be483ff0b41308195b7c5deaf7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 2 Jan 2016 16:06:25 +0100 Subject: [PATCH] https://github.com/igorpecovnik/lib/issues/134 --- config/linux-sunxi-dev.config | 2 +- config/linux-sunxi-next.config | 2 +- config/linux-udoo-default.config | 2 +- config/linux-udoo-neo-default.config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/linux-sunxi-dev.config b/config/linux-sunxi-dev.config index a3dbab3c1f..0a53dfc45d 100644 --- a/config/linux-sunxi-dev.config +++ b/config/linux-sunxi-dev.config @@ -1696,7 +1696,7 @@ CONFIG_BONDING=y CONFIG_MACVLAN=y CONFIG_MACVTAP=m CONFIG_IPVLAN=m -# CONFIG_VXLAN is not set +CONFIG_VXLAN=m # CONFIG_GENEVE is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set diff --git a/config/linux-sunxi-next.config b/config/linux-sunxi-next.config index 6b8c757f6a..32d3cd0667 100644 --- a/config/linux-sunxi-next.config +++ b/config/linux-sunxi-next.config @@ -1774,7 +1774,7 @@ CONFIG_BONDING=y CONFIG_MACVLAN=y CONFIG_MACVTAP=m CONFIG_IPVLAN=m -# CONFIG_VXLAN is not set +CONFIG_VXLAN=m CONFIG_GENEVE=m # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set diff --git a/config/linux-udoo-default.config b/config/linux-udoo-default.config index ea487460e0..7342bcc77e 100644 --- a/config/linux-udoo-default.config +++ b/config/linux-udoo-default.config @@ -1205,7 +1205,7 @@ CONFIG_BONDING=m # CONFIG_EQUALIZER is not set # CONFIG_NET_TEAM is not set # CONFIG_MACVLAN is not set -# CONFIG_VXLAN is not set +CONFIG_VXLAN=m # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set diff --git a/config/linux-udoo-neo-default.config b/config/linux-udoo-neo-default.config index a7e6100325..cf065c254b 100644 --- a/config/linux-udoo-neo-default.config +++ b/config/linux-udoo-neo-default.config @@ -1282,7 +1282,7 @@ CONFIG_BONDING=m # CONFIG_EQUALIZER is not set # CONFIG_NET_TEAM is not set # CONFIG_MACVLAN is not set -# CONFIG_VXLAN is not set +CONFIG_VXLAN=m # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set