[openwrt/openwrt] ipq40xx: add missing case closing symbol
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 27 16:06:18 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fac6096ad62bfed8350b941e79e3cb2c75998a0b
commit fac6096ad62bfed8350b941e79e3cb2c75998a0b
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sun Jun 27 20:40:53 2021 +0200
ipq40xx: add missing case closing symbol
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 at adrianschmutzler.de>
---
target/linux/ipq40xx/base-files/lib/preinit/05_set_iface_mac_ipq40xx.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq40xx/base-files/lib/preinit/05_set_iface_mac_ipq40xx.sh b/target/linux/ipq40xx/base-files/lib/preinit/05_set_iface_mac_ipq40xx.sh
index 51ba7071e7..1b8454e4c5 100644
--- a/target/linux/ipq40xx/base-files/lib/preinit/05_set_iface_mac_ipq40xx.sh
+++ b/target/linux/ipq40xx/base-files/lib/preinit/05_set_iface_mac_ipq40xx.sh
@@ -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
}
More information about the lede-commits
mailing list