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@david-bauer.net>
This commit is contained in:
parent
b393689839
commit
5b0f169f28
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue