[Buildroot] [PATCH] uboot: add default for BR2_TARGET_UBOOT_PATCH

Frank Hunleth fhunleth at troodon-software.com
Tue Apr 21 13:45:36 UTC 2015


Automatically copy over the value from BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
to make handling its deprecation easier. Thanks to Arnout for the
suggestion.

Signed-off-by: Frank Hunleth <fhunleth at troodon-software.com>
---
 boot/uboot/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 4f01499..419b183 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -84,6 +84,7 @@ config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
 
 config BR2_TARGET_UBOOT_PATCH
 	string "Custom U-Boot patches"
+	default BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
 	help
 	  A space-separated list of patches to apply to U-Boot.
 	  Each patch can be described as an URL, a local file path,
-- 
1.9.1



More information about the buildroot mailing list