[openwrt/openwrt] rockchip: add M.2 M/E key modules support for Radxa ROCK 5B

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 7 05:41:40 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8aa83efe5755720494a9a23d051b97172427f451

commit 8aa83efe5755720494a9a23d051b97172427f451
Author: FUKAUMI Naoki <naoki at radxa.com>
AuthorDate: Tue Sep 2 05:12:08 2025 +0000

    rockchip: add M.2 M/E key modules support for Radxa ROCK 5B
    
    Add support for M.2 M/E key modules.
    
    - NVMe
    - Radxa Wireless Module A8 (Realtek RTL8852BE)
    
    Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
    Link: https://github.com/openwrt/openwrt/pull/19867
    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 1a5ba482d0..ca7c2d91be 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -212,7 +212,7 @@ define Device/radxa_rock-5b
   DEVICE_MODEL := ROCK 5B
   SOC := rk3588
   UBOOT_DEVICE_NAME := rock5b-rk3588
-  DEVICE_PACKAGES := kmod-r8169 kmod-hwmon-pwmfan
+  DEVICE_PACKAGES := blkdiscard block-mount kmod-hwmon-pwmfan kmod-nvme kmod-r8169 kmod-rtw89-8852be wpad-basic-mbedtls
 endef
 TARGET_DEVICES += radxa_rock-5b
 




More information about the lede-commits mailing list