summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-11 07:19:53 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-11 07:19:53 +0000
commit98724a9312a1d857a2aca8dbe354221e7a390124 (patch)
treea9602f54ff5a71ef134c1dcc52f104b7c8446a4b /mdk-stage1/probing.c
parent392632cd383a8289d64de233b3a84e34138c8e03 (diff)
downloaddrakx-98724a9312a1d857a2aca8dbe354221e7a390124.tar
drakx-98724a9312a1d857a2aca8dbe354221e7a390124.tar.gz
drakx-98724a9312a1d857a2aca8dbe354221e7a390124.tar.bz2
drakx-98724a9312a1d857a2aca8dbe354221e7a390124.tar.xz
drakx-98724a9312a1d857a2aca8dbe354221e7a390124.zip
fix eth[67] detection (gc)
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 9de8a370b..515ba81f5 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -712,7 +712,7 @@ int net_device_available(char * device) {
char ** get_net_devices(void)
{
char * devices[] = {
- "eth0", "eth1", "eth2", "eth3", "eth4", "eth5", "eth6', 'eth7", "eth8", "eth9",
+ "eth0", "eth1", "eth2", "eth3", "eth4", "eth5", "eth6", "eth7", "eth8", "eth9",
"tr0",
"plip0", "plip1", "plip2",
"fddi0",