[Buildroot] [PATCH] Config.in: Add BR2_DEPRECATED_SINCE_2016_02

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Jan 15 10:47:46 UTC 2016


In prepration 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 f6f9b85..63feef8 100644
--- a/Config.in
+++ b/Config.in
@@ -365,6 +365,10 @@ config BR2_DEPRECATED_SINCE_2015_11
 	bool
 	default y
 
+config BR2_DEPRECATED_SINCE_2016_02
+	bool
+	default y
+
 endif
 
 config BR2_ENABLE_DEBUG
-- 
2.4.10




More information about the buildroot mailing list