summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.c')
-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 18642cdb9..53bc87d4c 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -296,6 +296,7 @@ int module_already_present(const char * name)
}
+#ifndef ENABLE_NETWORK_STANDALONE
static enum insmod_return insmod_with_deps(const char * mod_name, char * options, int allow_modules_floppy)
{
struct module_deps_elem * dep;
@@ -330,6 +331,7 @@ static enum insmod_return insmod_with_deps(const char * mod_name, char * options
return insmod_local_file((char *) filename, options);
}
}
+#endif
#ifndef DISABLE_NETWORK