[Buildroot] [PATCH 2/3] Config.in: Add BR2_DEPRECATED_SINCE_2016_08

Julien Floret julien.floret at 6wind.com
Thu Jun 16 14:41:14 UTC 2016


In preparation for new deprecated features/symbols.

Signed-off-by: Julien Floret <julien.floret at 6wind.com>
---
 Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Config.in b/Config.in
index 9fa74157a4be..820b1f0945db 100644
--- a/Config.in
+++ b/Config.in
@@ -385,6 +385,10 @@ config BR2_DEPRECATED_SINCE_2016_05
 	bool
 	default y
 
+config BR2_DEPRECATED_SINCE_2016_08
+	bool
+	default y
+
 endif
 
 config BR2_ENABLE_DEBUG
-- 
2.1.0




More information about the buildroot mailing list