From: Gustavo Zacarias Date: Tue, 2 Jun 2015 17:34:34 +0000 (-0300) Subject: Config.in: Add BR2_DEPRECATED_SINCE_2015_08 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=602692a225d48f01c3c50eb3a09f8b4c0a81c6bf;p=buildroot.git Config.in: Add BR2_DEPRECATED_SINCE_2015_08 In preparation for the deprecation of certain features in 2015.08, add the BR2_DEPRECATED_SINCE_2015_08 symbol. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/Config.in b/Config.in index 2b39d6afc4..bdff7dfe7a 100644 --- a/Config.in +++ b/Config.in @@ -312,6 +312,10 @@ config BR2_DEPRECATED_SINCE_2015_05 bool default y +config BR2_DEPRECATED_SINCE_2015_08 + bool + default y + endif config BR2_ENABLE_DEBUG