diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-03-18 09:04:31 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-18 09:04:31 +0100 |
commit | a920fdd007b523c0000206bc5718a4c5c60a15be (patch) | |
tree | 587983420eba7e179fff12fcb17a431ba4275ee1 /boot/uboot/Config.in | |
parent | 3749143418a2a735ceaed63667a8b3ef66bba9e5 (diff) | |
download | buildroot-a920fdd007b523c0000206bc5718a4c5c60a15be.tar.gz buildroot-a920fdd007b523c0000206bc5718a4c5c60a15be.zip |
uboot: mark custom network settings as deprecated
As discussed on the the mailing list.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r-- | boot/uboot/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |