projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e52a2ca
)
rockchip: Add Realtek RTL8821CU support for the Radxa ROCK Pi E v3
author
FUKAUMI Naoki
<
[email protected]
>
Fri, 1 Aug 2025 07:43:33 +0000
(07:43 +0000)
committer
Hauke Mehrtens
<
[email protected]
>
Thu, 4 Sep 2025 21:55:53 +0000
(23:55 +0200)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/18310
Signed-off-by: Stijn Tintel <
[email protected]
>
(cherry picked from commit
f13ddfb0cfb7f71ef542697fffb0978e80257177
)
Link:
https://github.com/openwrt/openwrt/pull/19940
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/rockchip/image/armv8.mk
patch
|
blob
|
history
diff --git
a/target/linux/rockchip/image/armv8.mk
b/target/linux/rockchip/image/armv8.mk
index 204aba450df603ae0117495bbb93dd3d9cb2f2ae..54ce6f771e0c82879e48b68c6184afc4ef8484d2 100644
(file)
--- 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