Преглед на файлове

config: tag parallel build options with high build breakage probability with a BROKEN dependency to discourage users from spamming us with tickets about them

SVN-Revision: 32559
Felix Fietkau преди 13 години
родител
ревизия
0653efa98d
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      Config.in

+ 2 - 0
Config.in

@@ -317,6 +317,7 @@ menu "Global build settings"
 		bool
 		prompt "Parallelize the default package build rule (May break build)"
 		depends on PKG_BUILD_PARALLEL
+		depends on BROKEN
 		default n
 		help
 		  Always set the default package build rules to parallel build.
@@ -332,6 +333,7 @@ menu "Global build settings"
 		bool
 		prompt "Parallelize the toolchain build (May break build)"
 		depends on PKG_BUILD_PARALLEL
+		depends on BROKEN
 		default n
 		help
 		  Build the toolchain with parallel make jobs.