From: Markus Stockhausen Date: Fri, 23 May 2025 17:46:09 +0000 (-0400) Subject: realtek: prepare RTL931x for full SMP support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18889%2Fhead;p=thirdparty%2Fopenwrt.git realtek: prepare RTL931x for full SMP support RTL931x devices are dual core with two threads each. That is a total of 4 VPEs (CPUs) in the kernel. Adapt the kernel config for that. Signed-off-by: Markus Stockhausen Signed-off-by: Sebastian Gottschall Link: https://github.com/openwrt/openwrt/pull/18889 Signed-off-by: Robert Marko --- diff --git a/target/linux/realtek/rtl931x/config-6.6 b/target/linux/realtek/rtl931x/config-6.6 index 02f7f0738c2..751547cb914 100644 --- a/target/linux/realtek/rtl931x/config-6.6 +++ b/target/linux/realtek/rtl931x/config-6.6 @@ -172,7 +172,7 @@ CONFIG_NET_SELFTESTS=y CONFIG_NET_XGRESS=y CONFIG_NO_EXCEPT_FILL=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y -CONFIG_NR_CPUS=2 +CONFIG_NR_CPUS=4 CONFIG_NVMEM=y CONFIG_NVMEM_LAYOUTS=y CONFIG_OF=y