[Buildroot] [git commit] linux: add bzImage support for IBM s390x and Z arch

Yann E. MORIN yann.morin.1998 at free.fr
Thu Sep 24 20:05:09 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=e641b780339c69a8f1cc97e927e9b21e00d3da8b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Alexander Egorenkov <egorenar at linux.ibm.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/Config.in b/linux/Config.in
index 49da2b81b2..ec74e1e65a 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -226,7 +226,7 @@ config BR2_LINUX_KERNEL_APPENDED_UIMAGE
 
 config BR2_LINUX_KERNEL_BZIMAGE
 	bool "bzImage"
-	depends on BR2_i386 || BR2_x86_64
+	depends on BR2_i386 || BR2_x86_64 || BR2_s390x
 
 config BR2_LINUX_KERNEL_ZIMAGE
 	bool "zImage"


More information about the buildroot mailing list