mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Änderung am Installer/Setup.
"Green only" darf jetzt auch DNS und Gateway setzen. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@577 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -764,7 +764,7 @@ int dnsgatewaymenu(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
strcpy(temp, "0"); findkey(kv, "CONFIG_TYPE", temp);
|
||||
/* strcpy(temp, "0"); findkey(kv, "CONFIG_TYPE", temp);
|
||||
configtype = atol(temp);
|
||||
|
||||
if (RED_IS_NOT_ETH)
|
||||
@@ -773,7 +773,7 @@ int dnsgatewaymenu(void)
|
||||
errorbox(ctr[TR_DNS_GATEWAY_WITH_GREEN]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
*/
|
||||
entries[DNS1].text = ctr[TR_PRIMARY_DNS];
|
||||
strcpy(temp, ""); findkey(kv, "DNS1", temp);
|
||||
values[DNS1] = strdup(temp);
|
||||
|
||||
Reference in New Issue
Block a user