diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-11 11:32:24 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-15 22:47:47 +0100 |
commit | 21b25d28fc7af3bb1b2c55e4a46e0d067ebc0081 (patch) | |
tree | f0233f24aefffe74901a37cc1e1826eb619ef03b /Config.in.legacy | |
parent | f80ad2fd73f792039417cab53cbcb3de1d1ca1a0 (diff) | |
download | buildroot-21b25d28fc7af3bb1b2c55e4a46e0d067ebc0081.tar.gz buildroot-21b25d28fc7af3bb1b2c55e4a46e0d067ebc0081.zip |
uboot: remove deprecated BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR option
It's been deprecated for a year now so remove it.
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 8a067dd483..8cae3b2594 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -145,6 +145,13 @@ endif ############################################################################### comment "Legacy options removed in 2016.05" +config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR + bool "uboot custom patch dir removed" + select BR2_LEGACY + help + The uboot custom patch directory option has been removed. Use + the improved BR2_TARGET_UBOOT_PATCH option instead. + config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID bool "xf86-input-void removed" select BR2_LEGACY |