From 1e18cc291bbb1c16401abb1b2b661e4e150092f3 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Wed, 26 Oct 2022 15:26:33 +0200 Subject: [PATCH] package/rtl8821au: 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 Signed-off-by: Thomas Petazzoni --- 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