From 90c9a76d8f733122482d14ce5e8921da351a0861 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 16 Apr 2019 13:22:17 +0900 Subject: [PATCH] ARM64: config: tizen_bcmrpi3_defconfig: enable TUN for openvpn Tizen uses openvpn and it reuiqres TUN/TAP support. Enable TUN config option. Change-Id: I10c6596ba0e16b2433d30c63a533caad55c74493 Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 18250e7d..f6ce68ab 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -1391,7 +1391,7 @@ CONFIG_NET_CORE=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -# CONFIG_TUN is not set +CONFIG_TUN=y # CONFIG_TUN_VNET_CROSS_LE is not set # CONFIG_VETH is not set # CONFIG_NLMON is not set -- 2.7.4