Vorbereitung am Installer/Setup um NIC-Namen umzubenennen.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@679 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
casemaster
2007-07-12 22:54:17 +00:00
parent 6027d6b86d
commit 96ed9998cb
4 changed files with 55 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ char **ctr = NULL;
int automode = 0;
struct nic nics[20] = { { "" , "" , "" } };
struct nic nics[20] = { { "" , "" , "" , "" } };
struct knic knics[20] = { { "" , "" , "" , "" } };
extern char *en_tr[];