From 7b64b8dd1ac074db03938822d5c67d1814436581 Mon Sep 17 00:00:00 2001 From: BeYonme Date: Thu, 19 Oct 2023 19:28:31 +0800 Subject: [PATCH] docker: update default config (#725) --- utils/dockerd/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/dockerd/Config.in b/utils/dockerd/Config.in index 9e338a9c..3bf640a0 100644 --- a/utils/dockerd/Config.in +++ b/utils/dockerd/Config.in @@ -62,13 +62,13 @@ menu "Network" config DOCKER_NET_MACVLAN bool "Includes macvlan kernel modules" - default n + default y select PACKAGE_kmod-macvlan select PACKAGE_kmod-dummy config DOCKER_NET_TFTP bool "Includes ftp/tftp client kernel modules" - default y + default n select PACKAGE_kmod-nf-nathelper select PACKAGE_kmod-nf-nathelper-extra endmenu @@ -89,7 +89,7 @@ menu "Storage" config DOCKER_STO_BTRFS bool "Enables support for btrfs as the backing filesystem" - default y + default n select KERNEL_BTRFS_FS_POSIX_ACL select PACKAGE_btrfs-progs endmenu