Commit 5749d9a6 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files
parent 9b38f10c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -95,12 +95,12 @@ config BR2_INIT_SYSTEMD
	depends on BR2_TOOLCHAIN_HAS_SSP
	depends on BR2_USE_MMU
	depends on !BR2_STATIC_LIBS
	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
	select BR2_PACKAGE_SYSTEMD

comment 'systemd needs an (e)glibc toolchain, headers >= 3.7'
comment 'systemd needs an (e)glibc toolchain, headers >= 3.10'
	depends on !(BR2_TOOLCHAIN_USES_GLIBC \
		&& BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7)
		&& BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10)

config BR2_INIT_NONE
	bool "None"