diff options
-rw-r--r-- | Config.in | 4 | ||||
-rw-r--r-- | boot/uboot/Config.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -296,6 +296,10 @@ config BR2_DEPRECATED_SINCE_2014_02 bool default y +config BR2_DEPRECATED_SINCE_2014_05 + bool + default y + endif config BR2_ENABLE_DEBUG diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 035e55080a..90437b55c2 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -169,6 +169,7 @@ endif menuconfig BR2_TARGET_UBOOT_NETWORK bool "Custom Network Settings" + depends on BR2_DEPRECATED_SINCE_2014_05 help Custom network settings for U-boot |