From 9ec5e2132dd2d9b971f2b4d8beb00c9a2f2b1cb8 Mon Sep 17 00:00:00 2001 From: AE6XE Date: Sat, 24 Sep 2016 10:51:15 -0700 Subject: [PATCH] bugfix: Basic Setup - WAN proto stuck in dhcp mode Change-Id: I3a66a027e71fb97f518795e8cc8172fb7aef86f0 --- files/www/cgi-bin/setup | 1 - 1 file changed, 1 deletion(-) diff --git a/files/www/cgi-bin/setup b/files/www/cgi-bin/setup index c6860a06..fd9af7f9 100755 --- a/files/www/cgi-bin/setup +++ b/files/www/cgi-bin/setup @@ -836,7 +836,6 @@ print "\n"; print "
Protocol"; selopt("Static", "static", $wan_proto); selopt("DHCP", "dhcp", $wan_proto);