mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
- Update driver for kernel 6.16+ - Update repository link Signed-off-by: Viacheslav Bocharov <adeep@lexina.in> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
comment "rl8822cs needs a Linux kernel to be built"
|
|
depends on !BR2_s390x
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_RTL8822CS
|
|
bool "rtl8822cs"
|
|
depends on !BR2_s390x
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Realtek RTL8822CS Wi-Fi driver as a kernel module (JetHome
|
|
repository)
|
|
|
|
https://github.com/jethome-iot/rtl88x2cs/
|