[openwrt/openwrt] ath79: wrap ucidef_add_switch in 02_network
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 5 16:22:48 EST 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8a79161a8226ffad4333c7dcb27e70ae7269ca04
commit 8a79161a8226ffad4333c7dcb27e70ae7269ca04
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Fri Feb 5 20:53:26 2021 +0100
ath79: wrap ucidef_add_switch in 02_network
Wrap line to be consistent with all other definitions.
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
target/linux/ath79/generic/base-files/etc/board.d/02_network | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network
index cb675cab1a..135c5ad327 100755
--- a/target/linux/ath79/generic/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network
@@ -200,7 +200,8 @@ ath79_setup_interfaces()
"0 at eth0" "2:wan" "3:lan" "4:lan"
;;
dlink,dap-2695-a1)
- ucidef_add_switch "switch0" "0 at eth0" "2:lan" "3:wan" "6 at eth1"
+ ucidef_add_switch "switch0" \
+ "0 at eth0" "2:lan" "3:wan" "6 at eth1"
;;
dlink,dch-g020-a1)
ucidef_add_switch "switch0" \
More information about the lede-commits
mailing list