ipq40xx: add missing case closing symbol
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 27 Jun 2021 18:40:53 +0000 (20:40 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 27 Jun 2021 23:06:08 +0000 (01:06 +0200)
Though not strictly necessary, add the closing symbol to make the
job easier for future developers editing this file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ipq40xx/base-files/lib/preinit/05_set_iface_mac_ipq40xx.sh

index 51ba7071e7674ac16a6756f1155aaac4070bf714..1b8454e4c5fc8993d47dacc40c3de9d3eb0a1690 100644 (file)
@@ -29,6 +29,7 @@ preinit_set_mac_address() {
                base_mac=$(cat /sys/class/net/eth0/address)
                ip link set dev eth0 address $(macaddr_add "$base_mac" 2)
                ip link set dev eth1 address $(macaddr_add "$base_mac" 3)
+               ;;
        esac
 }