diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-06-02 14:52:12 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-06-02 22:57:16 +0200 |
commit | 16b8e813c810fde2fe3655c696edf1e76a7d27ba (patch) | |
tree | 4b728bc765bbc2e4176f9de061c6f14fc24dede7 /Config.in.legacy | |
parent | 3eb61964640bc40b3a2106aaa525f62926920ef6 (diff) | |
download | buildroot-16b8e813c810fde2fe3655c696edf1e76a7d27ba.tar.gz buildroot-16b8e813c810fde2fe3655c696edf1e76a7d27ba.zip |
boot/uboot: remove deprecated network settings option
It's been deprecated since the 2014.05 release, so a year has passed.
Add legacy info as well to raise a warning when it's used.
[Peter: Remove entire config.h fixup handling]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 44de941f8e..9b9fff021e 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -105,6 +105,15 @@ comment "----------------------------------------------------" endif ############################################################################### +comment "Legacy options removed in 2015.08" + +config BR2_TARGET_UBOOT_NETWORK + bool "U-Boot custom network settings removed" + select BR2_LEGACY + help + U-Boot's custom network settings options have been removed. + +############################################################################### comment "Legacy options removed in 2015.05" config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K |