From 98e4c05b2e022e3b079fe3ed02c02fbd4e28efd5 Mon Sep 17 00:00:00 2001 From: Scott Emmons Date: Mon, 10 Aug 2015 17:25:44 -0700 Subject: [PATCH] ODROID-XU4: Enable TUN module --- arch/arm/configs/odroidxu4_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/odroidxu4_defconfig b/arch/arm/configs/odroidxu4_defconfig index b47228afe32b9c..a7ced57f20d8a1 100644 --- a/arch/arm/configs/odroidxu4_defconfig +++ b/arch/arm/configs/odroidxu4_defconfig @@ -1099,7 +1099,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=m # CONFIG_TUN_VNET_CROSS_LE is not set # CONFIG_VETH is not set # CONFIG_NLMON is not set