|
@@ -96,12 +96,12 @@ config BR2_INIT_SYSTEMD
|
|
|
depends on BR2_TOOLCHAIN_HAS_SSP
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
|
|
select BR2_PACKAGE_SYSTEMD
|
|
|
|
|
|
-comment 'systemd needs an (e)glibc toolchain, headers >= 3.10'
|
|
|
+comment 'systemd needs an (e)glibc toolchain, headers >= 3.7'
|
|
|
depends on !(BR2_TOOLCHAIN_USES_GLIBC \
|
|
|
- && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10)
|
|
|
+ && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7)
|
|
|
|
|
|
config BR2_INIT_NONE
|
|
|
bool "None"
|