diff options
-rw-r--r-- | mdk-stage1/probing.c | 2 |
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", |