mirror of https://github.com/aredn/aredn.git
bugfix: Basic Setup - WAN proto stuck in dhcp mode
Change-Id: I3a66a027e71fb97f518795e8cc8172fb7aef86f0
This commit is contained in:
parent
0741cf61fc
commit
9ec5e2132d
|
@ -836,7 +836,6 @@ print "<td valign=top width=33%><table width=100%>
|
||||||
<td width=50%>Protocol</td>\n";
|
<td width=50%>Protocol</td>\n";
|
||||||
|
|
||||||
print "<td><select name=wan_proto onChange='form.submit()'>\n";
|
print "<td><select name=wan_proto onChange='form.submit()'>\n";
|
||||||
push @hidden, "<input type=hidden name=wan_proto value='$wan_proto'>";
|
|
||||||
|
|
||||||
selopt("Static", "static", $wan_proto);
|
selopt("Static", "static", $wan_proto);
|
||||||
selopt("DHCP", "dhcp", $wan_proto);
|
selopt("DHCP", "dhcp", $wan_proto);
|
||||||
|
|
Loading…
Reference in New Issue