[Buildroot] [PATCH 1/2] Config.in: Add BR2_DEPRECATED_SINCE_2016_05

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Feb 22 17:54:57 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 30e88e3..dfb5721 100644
--- a/Config.in
+++ b/Config.in
@@ -365,6 +365,10 @@ config BR2_DEPRECATED_SINCE_2016_02
 	bool
 	default y
 
+config BR2_DEPRECATED_SINCE_2016_05
+	bool
+	default y
+
 endif
 
 config BR2_ENABLE_DEBUG
-- 
2.4.10



More information about the buildroot mailing list