rockchip: add NanoPi R5S support
[openwrt/staging/hauke.git] / target / linux / rockchip / armv8 / base-files / etc / hotplug.d / net / 40-net-smp-affinity
index 660a7e286671bcfef62c464fb34c4916c4aaedf2..161059a87bec2feb99c1f610d5642d52883f7b33 100644 (file)
@@ -31,7 +31,8 @@ set_interface_core() {
 case "$(board_name)" in
 friendlyarm,nanopi-r2c|\
 friendlyarm,nanopi-r2s|\
-xunlong,orangepi-r1-plus)
+xunlong,orangepi-r1-plus|\
+xunlong,orangepi-r1-plus-lts)
        set_interface_core 2 "eth0"
        set_interface_core 4 "eth1" "xhci-hcd:usb3"
        ;;
@@ -39,5 +40,10 @@ friendlyarm,nanopi-r4s)
        set_interface_core 10 "eth0"
        set_interface_core 20 "eth1"
        ;;
+friendlyarm,nanopi-r5s)
+       set_interface_core 2 "eth0"
+       set_interface_core 4 "eth1"
+       set_interface_core 8 "eth2"
+       ;;
 esac