From 6fd1cbb12ecddc1a83d13809b10117f708dc4cfd Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 16 Apr 2019 13:23:33 +0900 Subject: [PATCH] ARM: tizen_bcm2709_defconfig: enable TUN for openvpn Tizen uses openvpn and it reuiqres TUN/TAP support. Enable TUN config option. Change-Id: I1855989ac264091d8cf70e7efe5baacdb09e33d6 Signed-off-by: Seung-Woo Kim --- arch/arm/configs/tizen_bcm2709_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig index f3e3031..4f17770 100644 --- a/arch/arm/configs/tizen_bcm2709_defconfig +++ b/arch/arm/configs/tizen_bcm2709_defconfig @@ -1493,7 +1493,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