|
@@ -20,12 +20,13 @@ if BR2_PACKAGE_CONTAINERD
|
|
|
|
|
|
config BR2_PACKAGE_CONTAINERD_DRIVER_BTRFS
|
|
|
bool "btrfs snapshot driver"
|
|
|
- depends on BR2_USE_MMU # btrfs-progs
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # btrfs-progs
|
|
|
- select BR2_PACKAGE_BTRFS_PROGS
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
|
|
|
help
|
|
|
Build the btrfs snapshot driver for containerd.
|
|
|
|
|
|
+comment "brtfs snapshot driver needs headers >= 4.12"
|
|
|
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
|
|
|
+
|
|
|
config BR2_PACKAGE_CONTAINERD_DRIVER_DEVMAPPER
|
|
|
bool "devmapper snapshot driver"
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
|