R2S:swap lan and wan (#5028)

R2S的描述是eth1为LAN,eth0为WAN(强迫症xD
This commit is contained in:
BoBppy 2020-07-08 12:23:54 +08:00 committed by GitHub
parent 86d0c132f4
commit f6aacba030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ board_config_update
case "$(board_name)" in
friendlyarm,nanopi-r2s)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;
radxa,rock-pi-e)
ucidef_set_interfaces_lan_wan "eth1" "eth0"