From 683eedd3a86a369c847b0a02e195691b023a6564 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 1 Dec 2014 11:16:56 -0300 Subject: [PATCH] Add BR2_DEPRECATED_SINCE_2015_02 In preparation for the deprecation of certain features in 2015.02, add the BR2_DEPRECATED_SINCE_2015_02 symbol. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Config.in b/Config.in index 8d7081fa10..e2d3dfde65 100644 --- a/Config.in +++ b/Config.in @@ -314,6 +314,10 @@ config BR2_DEPRECATED_SINCE_2014_08 bool default y +config BR2_DEPRECATED_SINCE_2015_02 + bool + default y + endif config BR2_ENABLE_DEBUG