183de9155b
Adds support for USB rtl8821cu wifi cards. Similar to rtl8821au and rtl8812au-aircrack-ng packages. https://github.com/morrownr/8821cu-20210118 Signed-off-by: Christian Stewart <christian@paral.in> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
comment "rtl8821cu needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_RTL8821CU
|
|
bool "rtl8821cu"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
rtl8821cu wifi driver
|
|
|
|
https://github.com/brektrou/rtl8821CU
|