buildrootschalter/boot
Thomas Petazzoni af0a3d1cde u-boot: fix custom patch handling
When U-Boot is enabled and no custom patch directory has been set,
then the current test:

  ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),"")

works. However, when U-Boot is not enabled, but still gets compiled
because mkimage is needed to build the kernel,
BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is completely empty. It does not
even have quotes. So the test in fact needs to be:

 ifneq ($(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-07-29 22:18:56 +02:00
..
at91bootstrap at91bootstrap: add help text 2010-06-14 22:33:08 +02:00
at91dataflashboot at91dataflashboot: fix patch target 2010-06-14 23:06:37 +02:00
barebox Add support for the Barebox bootloader 2010-06-12 16:03:24 +02:00
grub Update all packages to quote $(TARGET_CC) 2010-07-07 08:20:21 +02:00
grub2 Update all packages to quote $(TARGET_CC) 2010-07-07 08:20:21 +02:00
syslinux syslinux: depends on host-nasm 2010-06-12 13:38:45 +02:00
u-boot u-boot: fix custom patch handling 2010-07-29 22:18:56 +02:00
common.mk bootloaders: move bootloader build code to boot/ 2010-06-10 21:05:12 +02:00
Config.in Add support for the Barebox bootloader 2010-06-12 16:03:24 +02:00