From 9a9a41f8dfd4388f6cb0d9d4132ad7cfa7dedf48 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Thu, 21 Sep 2023 13:10:16 +0200 Subject: [PATCH] package/esp-hosted: fix build failure on s390x s390x doesn't support Wi-Fi on Linux so let's disable the package for such architecture. Fixes: http://autobuild.buildroot.net/results/f52e8a14330ff281a7096baa47f387f8c1859345 Signed-off-by: Giulio Benetti Signed-off-by: Arnout Vandecappelle --- package/esp-hosted/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/esp-hosted/Config.in b/package/esp-hosted/Config.in index 43c802fa44..42e1afa8c5 100644 --- a/package/esp-hosted/Config.in +++ b/package/esp-hosted/Config.in @@ -1,8 +1,10 @@ comment "esp-hosted needs a Linux kernel to be built" + depends on !BR2_s390x depends on !BR2_LINUX_KERNEL config BR2_PACKAGE_ESP_HOSTED bool "esp-hosted" + depends on !BR2_s390x depends on BR2_LINUX_KERNEL help This package builds and installs the Linux kernel driver for