diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-10-06 12:36:54 -0500 |
---|---|---|
committer | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-10-06 12:36:54 -0500 |
commit | e95e175cb545536722ebe845cd8a4f70b189dd1d (patch) | |
tree | 85de4680732590c416d4791b077895335fa6aee8 /recipes-kernel | |
parent | e455c420711d189fa2d0b9e987fbe0e386e32202 (diff) | |
download | meta-multitech-atmel-e95e175cb545536722ebe845cd8a4f70b189dd1d.tar.gz meta-multitech-atmel-e95e175cb545536722ebe845cd8a4f70b189dd1d.tar.bz2 meta-multitech-atmel-e95e175cb545536722ebe845cd8a4f70b189dd1d.zip |
IN002720 MTCDT-LAT1 Open VPN Tunnel Errors -> enable TUN driver for OpenVPN
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.70/mtcap/defconfig | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig b/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig index bc878dc..da689cf 100644 --- a/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig +++ b/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig @@ -1137,7 +1137,7 @@ CONFIG_DUMMY=m # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_NLMON is not set diff --git a/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig b/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig index 8f399d5..88608ca 100644 --- a/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig +++ b/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig @@ -1141,7 +1141,7 @@ CONFIG_DUMMY=m # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_NLMON is not set |