diff --git a/Makefile b/Makefile index 1f17649537..b45d09b408 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