From: John Crispin Date: Tue, 13 May 2008 10:03:15 +0000 (+0000) Subject: fixes u-boot compile in clean tree X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d8234879a17a88fe0c60b1968460b0327cd93764;p=15.05%2Fopenwrt.git fixes u-boot compile in clean tree git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11133 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ifxmips/image/u-boot/Makefile b/target/linux/ifxmips/image/u-boot/Makefile index c92a1a3c5b..e01bb016cd 100644 --- a/target/linux/ifxmips/image/u-boot/Makefile +++ b/target/linux/ifxmips/image/u-boot/Makefile @@ -26,6 +26,7 @@ define Build/Compile endef define Build/InstallDev + mkdir -p $(BIN_DIR) dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(BIN_DIR)/u-boot.ifx bs=64k conv=sync endef