mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
u-boot: fix custom patch dir handling
Signed-off-by: Ossy <ossy1980@gmx.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
39e6ba1b39
commit
98d5a8bcd0
@ -77,8 +77,8 @@ $(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
|
|||||||
toolchain/patch-kernel.sh $(U_BOOT_DIR) boot/u-boot \
|
toolchain/patch-kernel.sh $(U_BOOT_DIR) boot/u-boot \
|
||||||
u-boot-$(U_BOOT_VERSION)-\*.patch \
|
u-boot-$(U_BOOT_VERSION)-\*.patch \
|
||||||
u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
|
u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
|
||||||
ifneq ($(qstrip $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),)
|
ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),"")
|
||||||
toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_CUSTOM_PATCH_DIR) u-boot-$(U_BOOT_VERSION)-\*.patch
|
toolchain/patch-kernel.sh $(U_BOOT_DIR) $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR) u-boot-$(U_BOOT_VERSION)-\*.patch
|
||||||
endif
|
endif
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user