docker: update default config (#725)

This commit is contained in:
BeYonme 2023-10-19 19:28:31 +08:00 committed by GitHub
parent f35c81262f
commit 7b64b8dd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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