diff --git a/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch b/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch index 456822177..3c99d1ab7 100644 --- a/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch +++ b/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch @@ -211,7 +211,7 @@ Signed-off-by: David Bauer + reg = <0x000000 0 0 0 0>; + + realtek,led-data = <0x0 0x0 0x2b 0x200>; -+ label = "eth0"; ++ label = "eth1"; + }; + }; }; @@ -232,7 +232,7 @@ Signed-off-by: David Bauer + reg = <0x000000 0 0 0 0>; + + realtek,led-data = <0x0 0x0 0x2b 0x200>; -+ label = "eth1"; ++ label = "eth0"; + }; + }; };