buildrootschalter/boot/u-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
..
Config.in u-boot: add Marvell u-boot.kwb support 2010-07-26 16:14:41 +02:00
u-boot-2010.03-fix-avr32.patch Fix u-boot 2010.03 build for AVR32 targets 2010-06-23 23:00:42 +02:00
u-boot.mk u-boot: fix custom patch handling 2010-07-29 22:18:56 +02:00