[openwrt/openwrt] mediatek: filogic: remove stray quote
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 5 17:34:59 PDT 2023
dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/3967c26974069fdc6ee216c8aeb9bc81cca4352b
commit 3967c26974069fdc6ee216c8aeb9bc81cca4352b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Aug 28 21:54:02 2023 +0100
mediatek: filogic: remove stray quote
When adapting the network configuration for MT7988 RFB a stray quote
was left in a script. Remove it to fix generating the default network
configuration.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
(cherry picked from commit 8f5986355cdc5df921ef8232f559ca7bfb18f1ed)
---
target/linux/mediatek/filogic/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/filogic/base-files/etc/board.d/02_network b/target/linux/mediatek/filogic/base-files/etc/board.d/02_network
index 1ea2ada098..e5872e7fe4 100644
--- a/target/linux/mediatek/filogic/base-files/etc/board.d/02_network
+++ b/target/linux/mediatek/filogic/base-files/etc/board.d/02_network
@@ -37,7 +37,7 @@ mediatek_setup_interfaces()
ucidef_set_interfaces_lan_wan "lan0 lan1 lan2 lan3" eth1
;;
mediatek,mt7988a-rfb)
- ucidef_set_interfaces_lan_wan "lan0 lan1 lan2 lan3 eth1" eth2"
+ ucidef_set_interfaces_lan_wan "lan0 lan1 lan2 lan3 eth1" eth2
;;
mercusys,mr90x-v1)
ucidef_set_interfaces_lan_wan "lan0 lan1 lan2" eth1
More information about the lede-commits
mailing list