diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-15 23:25:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-10 21:05:13 +0200 |
commit | bbd247b7c0808b0a9783bb27688b47a4ac741ead (patch) | |
tree | 92dd19bc7f17cc20b07a50602d6164e77d36bfbe /boot/u-boot/Config.in | |
parent | b116aff43428adbede513850902a397fa58d0a3c (diff) | |
download | buildroot-novena-bbd247b7c0808b0a9783bb27688b47a4ac741ead.tar.gz buildroot-novena-bbd247b7c0808b0a9783bb27688b47a4ac741ead.zip |
u-boot: simplify custom patch handling
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r-- | boot/u-boot/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in index 4c76d57b9..78a195d25 100644 --- a/boot/u-boot/Config.in +++ b/boot/u-boot/Config.in @@ -33,10 +33,13 @@ config BR2_UBOOT_VERSION default "2009.11" if BR2_TARGET_UBOOT_2009_11 default "2009.08" if BR2_TARGET_UBOOT_2009_08 -config BR2_TARGET_UBOOT_CUSTOM_PATCH - string "custom patch" +config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR + string "custom patch dir" help - If your board requires a custom patch, add the path to the file here. + If your board requires custom patches, add the path to the + directory containing the patches here. The patches must be + named u-boot-<version>-<something>.patch. + Most users may leave this empty choice |