|
@@ -1,7 +1,8 @@
|
|
config BR2_PACKAGE_XR819_XRADIO
|
|
config BR2_PACKAGE_XR819_XRADIO
|
|
bool "xr819-xradio"
|
|
bool "xr819-xradio"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_LINUX_KERNEL
|
|
- depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_aarch64_be
|
|
|
|
|
|
+ depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
|
|
|
|
+ BR2_aarch64_be || BR2_riscv
|
|
help
|
|
help
|
|
Wireless driver for SDIO WiFi chip XR819
|
|
Wireless driver for SDIO WiFi chip XR819
|
|
|
|
|