[openwrt/openwrt] mpc85xx: fix function name
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 11 09:41:43 PDT 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5b0f169f288185cb1377fe6b24865aa594507ad4
commit 5b0f169f288185cb1377fe6b24865aa594507ad4
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Fri Jun 6 22:17:37 2025 +0200
mpc85xx: fix function name
The function name is misspelled and does not exist. Fix the function
name so the correct function is called.
Signed-off-by: David Bauer <mail at david-bauer.net>
---
target/linux/mpc85xx/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mpc85xx/base-files/etc/board.d/02_network b/target/linux/mpc85xx/base-files/etc/board.d/02_network
index 601bd7e9f1..6225f189a5 100644
--- a/target/linux/mpc85xx/base-files/etc/board.d/02_network
+++ b/target/linux/mpc85xx/base-files/etc/board.d/02_network
@@ -24,7 +24,7 @@ hpe,msm460)
ucidef_set_interface_lan "eth0"
;;
ocedo,panda)
- ucidef_set_interface_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8" "eth1"
+ ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8" "eth1"
;;
tplink,tl-wdr4900-v1)
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
More information about the lede-commits
mailing list