14 lines
340 B
Plaintext
14 lines
340 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-ru/rtl88x2cs/
|