mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 12:11:54 +08:00
docker: update default config (#725)
This commit is contained in:
parent
f35c81262f
commit
7b64b8dd1a
@ -62,13 +62,13 @@ menu "Network"
|
|||||||
|
|
||||||
config DOCKER_NET_MACVLAN
|
config DOCKER_NET_MACVLAN
|
||||||
bool "Includes macvlan kernel modules"
|
bool "Includes macvlan kernel modules"
|
||||||
default n
|
default y
|
||||||
select PACKAGE_kmod-macvlan
|
select PACKAGE_kmod-macvlan
|
||||||
select PACKAGE_kmod-dummy
|
select PACKAGE_kmod-dummy
|
||||||
|
|
||||||
config DOCKER_NET_TFTP
|
config DOCKER_NET_TFTP
|
||||||
bool "Includes ftp/tftp client kernel modules"
|
bool "Includes ftp/tftp client kernel modules"
|
||||||
default y
|
default n
|
||||||
select PACKAGE_kmod-nf-nathelper
|
select PACKAGE_kmod-nf-nathelper
|
||||||
select PACKAGE_kmod-nf-nathelper-extra
|
select PACKAGE_kmod-nf-nathelper-extra
|
||||||
endmenu
|
endmenu
|
||||||
@ -89,7 +89,7 @@ menu "Storage"
|
|||||||
|
|
||||||
config DOCKER_STO_BTRFS
|
config DOCKER_STO_BTRFS
|
||||||
bool "Enables support for btrfs as the backing filesystem"
|
bool "Enables support for btrfs as the backing filesystem"
|
||||||
default y
|
default n
|
||||||
select KERNEL_BTRFS_FS_POSIX_ACL
|
select KERNEL_BTRFS_FS_POSIX_ACL
|
||||||
select PACKAGE_btrfs-progs
|
select PACKAGE_btrfs-progs
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user