Commit 2234d840 authored by Franco Fichtner's avatar Franco Fichtner

inc: allow one-port setups for easier development

A one-port setup is essentially WAN-only.  The good thing is
the GUI attaches to the WAN port and is automatically reachable.
This helps with general testing of all things around builds.

While there, append a whitespace that has been missing for years.
parent 06739399
...@@ -224,8 +224,7 @@ EOD; ...@@ -224,8 +224,7 @@ EOD;
} }
if($lanif == "") { if($lanif == "") {
fclose($fp); break;
return;
} }
if ($lanif === "a") if ($lanif === "a")
......
Markdown is supported
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