1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

fixes u-boot compile in clean tree

SVN-Revision: 11133
This commit is contained in:
John Crispin 2008-05-13 10:03:15 +00:00
parent 6d4c89c7f5
commit 04db64c112

@ -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