[Buildroot] [git commit] uboot: mark custom network settings as deprecated

Peter Korsgaard peter at korsgaard.com
Tue Mar 18 08:04:31 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=a920fdd007b523c0000206bc5718a4c5c60a15be
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As discussed on the the mailing list.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 Config.in            |    4 ++++
 boot/uboot/Config.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Config.in b/Config.in
index b904195..5823274 100644
--- a/Config.in
+++ b/Config.in
@@ -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 035e550..90437b5 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
 


More information about the buildroot mailing list