From 4ffa34edc1b26ff038c95bf62eccada4bf0c1492 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Wed, 26 Oct 2022 15:26:34 +0200 Subject: [PATCH] package/wilc-driver: disable package for s390x architecture s390x doesn't support CONFIG_WIRELESS in Linux so let's disable this package for this architecture. Signed-off-by: Giulio Benetti Reviewed-by: Kris Bahnsen Signed-off-by: Thomas Petazzoni (cherry picked from commit 9c2dec7a2ba990233784f0e6baf1cd67d9220f9f) Signed-off-by: Peter Korsgaard --- package/wilc-driver/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/wilc-driver/Config.in b/package/wilc-driver/Config.in index 7ed062bb66..7f970bd38b 100644 --- a/package/wilc-driver/Config.in +++ b/package/wilc-driver/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_WILC_DRIVER bool "wilc kernel module" + depends on !BR2_s390x depends on BR2_LINUX_KERNEL help External kernel module for WILC1000/3000 devices. @@ -59,4 +60,5 @@ endif endif comment "wilc kernel module needs a Linux kernel to be built" + depends on !BR2_s390x depends on !BR2_LINUX_KERNEL