2
0
forked from Ivasoft/openwrt

rockchip: add NanoPi R2C support

The NanoPi R2C is a minor variant of NanoPi R2S with the on-board NIC
chip changed from rtl8211e to yt8521s, and otherwise identical to R2S.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2023-05-13 13:54:38 +08:00
committed by Hauke Mehrtens
parent 60c1fe6928
commit 8f578c15b3
6 changed files with 105 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ set_interface_core() {
}
case "$(board_name)" in
friendlyarm,nanopi-r2c|\
friendlyarm,nanopi-r2s)
set_interface_core 2 "eth0"
set_interface_core 4 "eth1" "xhci-hcd:usb3"