From 777dc7c7ad2c83211912cd1d5986368a0aa236da Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 16 Jul 2019 21:34:43 +0200 Subject: [PATCH] Fix Makefile --- root/target/linux/brcm2708/image/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/target/linux/brcm2708/image/Makefile b/root/target/linux/brcm2708/image/Makefile index 0342cfb8..d177d97d 100644 --- a/root/target/linux/brcm2708/image/Makefile +++ b/root/target/linux/brcm2708/image/Makefile @@ -30,12 +30,12 @@ define Build/boot-common mcopy -i $@.boot $(IMAGE_KERNEL) ::$(KERNEL_IMG) $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i $@.boot $(DTS_DIR)/$(dts).dtb ::;) mmd -i $@.boot ::/overlays + mcopy -i $@.boot cmdline.txt :: mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtbo ::/overlays/ mcopy -i $@.boot $(DTS_DIR)/overlays/README ::/overlays/ endef define Build/boot-not4 - mcopy -i $@.boot cmdline.txt :: mcopy -i $@.boot config.txt :: endef @@ -58,7 +58,6 @@ define Build/boot-2711 endef define Build/boot-2711-64 - mcopy -i $@.boot cmdline64.txt ::cmdline.txt mcopy -i $@.boot config64.txt ::config.txt endef