Skip to content

Commit

Permalink
mvebu: fix alphabetic sorting in 02_network
Browse files Browse the repository at this point in the history
This has been overlooked when removing solidrun,clearfog-a1 entry.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
  • Loading branch information
adschm committed Jul 31, 2020
1 parent e496eef commit 664237d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
Expand Up @@ -30,18 +30,18 @@ mvebu_setup_interfaces()
marvell,axp-gp)
ucidef_set_interface_lan "eth0 eth1 eth2 eth3"
;;
solidrun,clearfog-pro-a1)
# eth0 is standalone ethernet
# eth1 is switch
# eth2 is SFP
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6" "eth0 eth2"
;;
solidrun,clearfog-base-a1)
# eth0 is standalone ethernet
# eth1 is standalone ethernet
# eth2 is SFP
ucidef_set_interfaces_lan_wan "eth1" "eth0 eth2"
;;
solidrun,clearfog-pro-a1)
# eth0 is standalone ethernet
# eth1 is switch
# eth2 is SFP
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6" "eth0 eth2"
;;
*)
ucidef_set_interface_lan "eth0"
;;
Expand Down

0 comments on commit 664237d

Please sign in to comment.