diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip index 37bb4ebe18..668fe647c4 100755 --- a/etc/rc.initial.setlanip +++ b/etc/rc.initial.setlanip @@ -103,7 +103,7 @@ echo gettext("Configure {$upperifname} interface via DHCP? [y|n]") . "\n> "; $intdhcp = chop(fgets($fp)); if(strtolower($intdhcp) == "y" || strtolower($intdhcp) == "yes") { - $intip = "DHCP"; + $intip = "dhcp"; $intbits = ""; $isintdhcp = true; }