|
@@ -22,7 +22,7 @@ menuconfig BR2_PACKAGE_SYSTEMD
|
|
|
depends on !BR2_STATIC_LIBS # kmod
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
|
depends on BR2_TOOLCHAIN_HAS_SSP
|
|
|
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 # LOOP_SET_BLOCK_SIZE
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_5 # host-systemd
|
|
|
select BR2_PACKAGE_HAS_UDEV
|
|
@@ -239,6 +239,7 @@ config BR2_PACKAGE_SYSTEMD_HOMED
|
|
|
depends on BR2_USE_MMU # cryptsetup -> lvm2
|
|
|
depends on !BR2_STATIC_LIBS # cryptsetup -> lvm2
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12 # fscrypt_key
|
|
|
select BR2_PACKAGE_CRYPTSETUP
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
|
@@ -249,11 +250,11 @@ config BR2_PACKAGE_SYSTEMD_HOMED
|
|
|
|
|
|
https://www.freedesktop.org/software/systemd/man/systemd-homed.service.html
|
|
|
|
|
|
-comment "homed support needs a toolchain w/ threads, dynamic library"
|
|
|
+comment "homed support needs a toolchain w/ threads, dynamic library, kernel headers >= 4.12"
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
- BR2_STATIC_LIBS
|
|
|
+ BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
|
|
|
|
|
|
config BR2_PACKAGE_SYSTEMD_HOSTNAMED
|
|
|
bool "enable hostname daemon"
|