[Buildroot] [git commit branch/2022.08.x] package/wilc-driver: disable package for s390x architecture

Peter Korsgaard peter at korsgaard.com
Sun Nov 6 10:02:24 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=4ffa34edc1b26ff038c95bf62eccada4bf0c1492
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.08.x

s390x doesn't support CONFIG_WIRELESS in Linux so let's disable this
package for this architecture.

Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Reviewed-by: Kris Bahnsen <kris at embeddedTS.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 9c2dec7a2ba990233784f0e6baf1cd67d9220f9f)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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



More information about the buildroot mailing list