From 0653efa98d249504d76ed17b32a0b049a47fcd32 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 30 Jun 2012 21:44:12 +0000
Subject: [PATCH] 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
---
 Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Config.in b/Config.in
index 5f61905c9299..0553712f7654 100644
--- a/Config.in
+++ b/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.
-- 
2.30.2