From 15094e71e68dd3f96d61bf62aa9c0f7d170bf787 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 21 Dec 2014 12:17:04 +0100 Subject: [PATCH] flash-images: u-boot dtb folder work around. u-boot cannot find folders that are created later... --- lfs/flash-images | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/flash-images b/lfs/flash-images index e92a506893..f213476aa3 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -121,6 +121,9 @@ ifeq "$(MACHINE_TYPE)" "arm" cp -v /boot/MLO $(MNThdd)/boot/ cp -v /boot/u-boot.img $(MNThdd)/boot/ cp -v /boot/zImage-ipfire-multi $(MNThdd)/boot/ + # work around a u-boot bug not find the folders sometimes + mkdir -pv $(MNThdd)/boot/dtb-$(KVER)-ipfire-multi + mkdir -pv $(MNThdd)/boot/dtb-$(KVER)-ipfire-kirkwood sync umount $(MNThdd)/boot mount $(PART_BOOT) $(MNThdd)/boot -- 2.39.5