From: Gustavo Zacarias Date: Thu, 8 Sep 2016 01:17:26 +0000 (-0300) Subject: Config.in: Add BR2_DEPRECATED_SINCE_2016_11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac1f324a1a90b1d7afdf139162f561b0f3835c46;p=buildroot.git Config.in: Add BR2_DEPRECATED_SINCE_2016_11 In preparation for new deprecated features/symbols. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/Config.in b/Config.in index 3f53f255de..fdc1ad0d1a 100644 --- a/Config.in +++ b/Config.in @@ -393,6 +393,10 @@ config BR2_DEPRECATED_SINCE_2016_08 bool default y +config BR2_DEPRECATED_SINCE_2016_11 + bool + default y + endif config BR2_ENABLE_DEBUG