summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 33f738015..9b9303e93 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -241,7 +241,9 @@ static enum insmod_return insmod_with_deps(const char * mod_name, char * options
enum insmod_return my_insmod(const char * mod_name, enum driver_type type, char * options)
{
+#ifndef DISABLE_NETWORK
char alias[500];
+#endif
int i;
#ifndef DISABLE_NETWORK
char ** net_devices = NULL; /* fucking compiler */