summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f1764953..b45d09b40 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,9 @@ else
endif
endif
+# this is used if there aren't any makefile.config
ifndef CONFIG_INCLUDED
+ENABLE_NETWORK:=1 # sets network on by default if there aren't any config file
-include $(LIB_DETECTION)
endif