Skip to content
Snippets Groups Projects
Verified Commit 46695f23 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse: Committed by Karel Koci
Browse files

mox: Add all lan interfaces to LAN on MOX

parent 62b88ab7
Branches
Tags
1 merge request!255mox: Add all lan interfaces to LAN on MOX
......@@ -233,7 +233,7 @@ index 79921ee..de4c13b 100755
done
;;
+cznic,turris-mox)
+ ucidef_set_interface_lan "lan0 lan1 lan2 lan3"
+ ucidef_set_interface_lan "$(cd /sys/class/net/; echo lan*)"
+ ucidef_set_interface_wan "eth0"
+ ;;
globalscale,espressobin|\
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment