[Buildroot] [PATCH 3/4] Config.in: Add BR2_DEPRECATED_SINCE_2016_11

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Sep 8 01:17:26 UTC 2016


In preparation for new deprecated features/symbols.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Config.in b/Config.in
index d9b1df8..e1c16c0 100644
--- a/Config.in
+++ b/Config.in
@@ -393,6 +393,10 @@ config BR2_DEPRECATED_SINCE_2016_08
 	bool
 	default y
 
+config BR2_DEPRECATED_SINCE_2016_11
+	bool
+	default y
+
 endif
 
 config BR2_ENABLE_DEBUG
-- 
2.7.3




More information about the buildroot mailing list