From: Arne Fitzenreiter Date: Sun, 21 Dec 2014 11:17:04 +0000 (+0100) Subject: flash-images: u-boot dtb folder work around. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15094e71e68dd3f96d61bf62aa9c0f7d170bf787;p=people%2Fms%2Fipfire-2.x.git flash-images: u-boot dtb folder work around. u-boot cannot find folders that are created later... --- 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