[openwrt/openwrt] mediatek: filogic: fix network config for mt7986b-rfb
LEDE Commits
lede-commits at lists.infradead.org
Tue Oct 15 13:36:49 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5fd4743d4c4d2f8e0cc92d2397ea94c232ae9a8a
commit 5fd4743d4c4d2f8e0cc92d2397ea94c232ae9a8a
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Thu Sep 19 23:10:18 2024 +0800
mediatek: filogic: fix network config for mt7986b-rfb
Fix the network configuration according to the device tree.
Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
---
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 d532d75b99..40d1b504e3 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
@@ -79,7 +79,7 @@ mediatek_setup_interfaces()
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan6" "eth1 wan"
;;
mediatek,mt7986b-rfb)
- ucidef_set_interfaces_lan_wan "lan0 lan1 lan2 lan3" eth1
+ ucidef_set_interfaces_lan_wan "lan0 lan1 lan2 lan3 lan4" eth1
;;
mediatek,mt7988a-rfb)
ucidef_set_interfaces_lan_wan "lan0 lan1 lan2 lan3 eth2" eth1
More information about the lede-commits
mailing list