]> Git Repo - buildroot-mgba.git/commitdiff
package/systemd: add support for IBM s390x and Z arch
authorAlexander Egorenkov <[email protected]>
Thu, 17 Sep 2020 04:07:56 +0000 (06:07 +0200)
committerYann E. MORIN <[email protected]>
Thu, 24 Sep 2020 20:56:09 +0000 (22:56 +0200)
Signed-off-by: Alexander Egorenkov <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
package/systemd/Config.in

index 74029aff05b1856abdcd8196733736ed5153699c..7956370b838cc1f93433b6b5fa382b7862bf0118 100644 (file)
@@ -12,6 +12,7 @@ config BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
        default y if BR2_riscv
        default y if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
        default y if BR2_sparc || BR2_sparc64
+       default y if BR2_s390x
 
 menuconfig BR2_PACKAGE_SYSTEMD
        bool "systemd"
This page took 0.036835 seconds and 4 git commands to generate.