mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
u-boot: get rid of version specific patch dirs
All those dirs seem a bit excessive for a single patch
This commit is contained in:
parent
7b780f3447
commit
589ab711a6
@ -81,7 +81,7 @@ $(U_BOOT_DIR)/.unpacked: $(DL_DIR)/$(U_BOOT_SOURCE)
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
|
$(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
|
||||||
toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \
|
toolchain/patch-kernel.sh $(U_BOOT_DIR) target/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 ($(strip $(U_BOOT_ARCH_PATCH_DIR)),)
|
ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user