From: Alexey Brodkin Date: Wed, 5 Sep 2018 08:35:26 +0000 (+0300) Subject: systemd: enable on the ARC architecture X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f93596d8ba82354efb545fe91449627e6c896ce1;p=buildroot.git systemd: enable on the ARC architecture ARC port was merged in v234, see https://github.com/systemd/systemd/commit/27b09f1f1ed29edb9c52ad8414c2344974a07a23 Signed-off-by: Alexey Brodkin Signed-off-by: Thomas Petazzoni --- diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 1cc0021b87..c858d89c05 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS BR2_mipsel || BR2_powerpc || BR2_powerpc64 || \ BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \ BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64 || \ - BR2_aarch64 || BR2_m68k + BR2_aarch64 || BR2_m68k || BR2_arc menuconfig BR2_PACKAGE_SYSTEMD bool "systemd"