treewide: do not quote compatible in shell scripts
The compatible is a literal string without any problematic characters, so there is no reason to quote it. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
@@ -6,8 +6,8 @@ reorder_layerscape_interfaces() {
|
||||
|
||||
board=$(cat /tmp/sysinfo/board_name)
|
||||
case "$board" in
|
||||
"traverse,ls1043v" | \
|
||||
"traverse,ls1043s")
|
||||
traverse,ls1043v|\
|
||||
traverse,ls1043s)
|
||||
|
||||
# Reorder ethernet interfaces to match the physical order
|
||||
ip link set eth2 name fm1-mac3
|
||||
|
||||
Reference in New Issue
Block a user