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

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


commit: https://git.buildroot.net/buildroot/commit/?id=31d7979f591d8376a82299139c9563b0ba050d16
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 1e18cc291bbb1c16401abb1b2b661e4e150092f3)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/rtl8821au/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/rtl8821au/Config.in b/package/rtl8821au/Config.in
index 87c191b22a..3d7bbf643d 100644
--- a/package/rtl8821au/Config.in
+++ b/package/rtl8821au/Config.in
@@ -1,8 +1,10 @@
 comment "rtl8821au needs a Linux kernel to be built"
+	depends on !BR2_s390x
 	depends on !BR2_LINUX_KERNEL
 
 config BR2_PACKAGE_RTL8821AU
 	bool "rtl8821au"
+	depends on !BR2_s390x
 	depends on BR2_LINUX_KERNEL
 	help
 	  rtl8821au wifi driver



More information about the buildroot mailing list