mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
s390x doesn't support Wi-Fi on Linux. See [1]. So let's disable the package for this architecture. Fixes: https://autobuild.buildroot.org/results/44aef9d74857d93d90cefb1d59110e857ff4dfaf [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f54bfc0e34dbd15e9df099a8e36a346c6c583f3c Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> [Julien: add link to kernel commit hiding wireless for s390] Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
config BR2_PACKAGE_NXP_MWIFIEX
|
|
bool "nxp-mwifiex"
|
|
depends on !BR2_s390x
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Linux kernel driver from NXP for WiFi chipsets
|
|
IW416 / IW610 / IW612 / W8801 / W8987 / W8997 / W9098.
|
|
|
|
https://github.com/nxp-imx/mwifiex
|
|
|
|
comment "nxp-mwifiex needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|