From: FUKAUMI Naoki Date: Tue, 2 Sep 2025 05:12:03 +0000 (+0000) Subject: rockchip: add HATs/M.2 E key module support for Radxa ROCK 5A X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3c23e9a32754f52f50cd0f66f94c32ea01e462a5;p=openwrt%2Fstaging%2Fthess.git rockchip: add HATs/M.2 E key module support for Radxa ROCK 5A Add support for Radxa HATs/M.2 E key module. - Radxa Dual 2.5G Router HAT (Realtek RTL8125BG/NVMe) - Radxa Penta SATA HAT (JMicron JMB585) - Radxa Wireless Module A8 (Realtek RTL8852BE) Signed-off-by: FUKAUMI Naoki Link: https://github.com/openwrt/openwrt/pull/19867 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity index f5cdd9be8a..956b909bb9 100644 --- a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity +++ b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity @@ -63,5 +63,9 @@ friendlyarm,nanopi-r6s) set_interface_core 20 "eth1" set_interface_core 40 "eth2" ;; +radxa,rock-5a) + set_interface_core 10 "eth1" + set_interface_core 20 "eth2" + ;; esac diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk index bb1e3a894f..1a5ba482d0 100644 --- a/target/linux/rockchip/image/armv8.mk +++ b/target/linux/rockchip/image/armv8.mk @@ -203,7 +203,7 @@ define Device/radxa_rock-5a DEVICE_MODEL := ROCK 5A SOC := rk3588s UBOOT_DEVICE_NAME := rock5a-rk3588s - DEVICE_PACKAGES := kmod-hwmon-pwmfan + DEVICE_PACKAGES := blkdiscard block-mount kmod-ata-ahci kmod-hwmon-pwmfan kmod-nvme kmod-r8169 kmod-rtw89-8852be wpad-basic-mbedtls endef TARGET_DEVICES += radxa_rock-5a