rockchip: fix nanopi-r5c interface
This commit is contained in:
parent
ead4b4ce6f
commit
e5beceec4d
@ -7,10 +7,12 @@ rockchip_setup_interfaces()
|
|||||||
local board="$1"
|
local board="$1"
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
friendlyarm,nanopi-r4s|\
|
friendlyarm,nanopi-r4s)
|
||||||
friendlyarm,nanopi-r5c)
|
|
||||||
ucidef_set_interfaces_lan_wan 'eth1' 'eth0'
|
ucidef_set_interfaces_lan_wan 'eth1' 'eth0'
|
||||||
;;
|
;;
|
||||||
|
friendlyarm,nanopi-r5c)
|
||||||
|
ucidef_set_interfaces_lan_wan 'eth0' 'eth1'
|
||||||
|
;;
|
||||||
friendlyarm,nanopi-r5s)
|
friendlyarm,nanopi-r5s)
|
||||||
ucidef_set_interfaces_lan_wan 'eth1 eth2' 'eth0'
|
ucidef_set_interfaces_lan_wan 'eth1 eth2' 'eth0'
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user