bugfix: Basic Setup - WAN proto stuck in dhcp mode

Change-Id: I3a66a027e71fb97f518795e8cc8172fb7aef86f0
This commit is contained in:
AE6XE 2016-09-24 10:51:15 -07:00
parent 0741cf61fc
commit 9ec5e2132d
1 changed files with 0 additions and 1 deletions

View File

@ -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);