mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
configs: Enable TUN by default
There some tests in LTP for TUN so make sure we get coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
@@ -39,3 +39,4 @@ CONFIG_ADF=y
|
||||
CONFIG_ADF_FBDEV=y
|
||||
CONFIG_ADF_MEMBLOCK=y
|
||||
CONFIG_DMA_SHARED_BUFFER=y
|
||||
CONFIG_TUN=y
|
||||
|
||||
@@ -25,6 +25,7 @@ CONFIG_IP6_NF_MANGLE=m
|
||||
CONFIG_BRIDGE_NF_EBTABLES=m
|
||||
CONFIG_BRIDGE_EBT_MARK_T=m
|
||||
CONFIG_BRIDGE=m
|
||||
CONFIG_TUN=y
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_DEVTMPFS_MOUNT=y
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
|
||||
Reference in New Issue
Block a user