[openwrt/openwrt] rockchip: Add Realtek RTL8821CU support for the Radxa ROCK Pi E v3
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 4 14:57:48 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/2180b1d6de3695253326c40f1669bdd546555bdb
commit 2180b1d6de3695253326c40f1669bdd546555bdb
Author: FUKAUMI Naoki <naoki at radxa.com>
AuthorDate: Fri Aug 1 07:43:33 2025 +0000
rockchip: Add Realtek RTL8821CU support for the Radxa ROCK Pi E v3
There is a variant of the Radxa ROCK Pi E v3 equipped with the Realtek
RTL8821CU. Add the kmod-rtw88-8821cu package for it.
Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
Link: https://github.com/openwrt/openwrt/pull/18310
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
(cherry picked from commit f13ddfb0cfb7f71ef542697fffb0978e80257177)
Link: https://github.com/openwrt/openwrt/pull/19940
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/rockchip/image/armv8.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk
index 204aba450d..54ce6f771e 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -236,7 +236,7 @@ define Device/radxa_rock-pi-e-v3
DEVICE_MODEL := ROCK Pi E v3.0
SOC := rk3328
DEVICE_DTS := rockchip/rk3328-rock-pi-e
- DEVICE_PACKAGES := kmod-rtw88-8723du kmod-usb-net-cdc-ncm kmod-usb-net-rndis wpad-basic-mbedtls
+ DEVICE_PACKAGES := kmod-rtw88-8723du kmod-rtw88-8821cu kmod-usb-net-cdc-ncm kmod-usb-net-rndis wpad-basic-mbedtls
endef
TARGET_DEVICES += radxa_rock-pi-e-v3
More information about the lede-commits
mailing list