From 682224d6f6e80e78ff61f3545a7ae5d7a15ba887 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Wed, 26 Oct 2022 15:26:28 +0200 Subject: [PATCH] package/rtl8189es: disable package for s390x architecture s390x doesn't support CONFIG_WIRELESS in Linux so let's disable this package for this architecture. Fixes: http://autobuild.buildroot.net/results/693053491ba61edcff0f75a4f30c13958e7e12ce/ Signed-off-by: Giulio Benetti Signed-off-by: Thomas Petazzoni --- package/rtl8189es/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/rtl8189es/Config.in b/package/rtl8189es/Config.in index 2e3474e5e1..11dd225436 100644 --- a/package/rtl8189es/Config.in +++ b/package/rtl8189es/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_RTL8189ES bool "rtl8189es" + depends on !BR2_s390x depends on BR2_LINUX_KERNEL help Wireless driver rtl8189es. @@ -7,4 +8,5 @@ config BR2_PACKAGE_RTL8189ES https://github.com/jwrdegoede/rtl8189ES_linux.git comment "rtl8189es needs a Linux kernel to be built" + depends on !BR2_s390x depends on !BR2_LINUX_KERNEL