mediatek: add missing ';;' in shell switch case block
Add missing ';;' to the end of shell switch case statement.
Fixes: c71b68acdd
("mediatek: filogic: add Adtran SmartRG Mount Stuart series")
Reported-by: @gl-dude
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
3b63abfbfc
commit
4f078bf377
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ case "$board" in
|
|||
[ "$PHYNBR" = "0" ] && macaddr_add $addr 4 > /sys${DEVPATH}/macaddress
|
||||
[ "$PHYNBR" = "1" ] && macaddr_add $addr a > /sys${DEVPATH}/macaddress
|
||||
[ "$PHYNBR" = "2" ] && macaddr_add $addr 6 > /sys${DEVPATH}/macaddress
|
||||
;;
|
||||
tplink,tl-xdr4288|\
|
||||
tplink,tl-xdr6086|\
|
||||
tplink,tl-xdr6088)
|
||||
|
|
Loading…
Reference in a new issue