From: Gustavo Zacarias Date: Mon, 1 Dec 2014 14:16:56 +0000 (-0300) Subject: Add BR2_DEPRECATED_SINCE_2015_02 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=683eedd3a86a369c847b0a02e195691b023a6564;p=buildroot.git 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 --- 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