From 8a015b4c65048c86dfb49da6cdd3cd61ed9d2b35 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 22 Apr 2014 08:08:15 +0000 Subject: Create firmware directory if it doesn't exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes package refreshing. Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40545 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-lantiq/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/boot/uboot-lantiq/Makefile') diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index f215eee05c..ac2365dca0 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -241,6 +241,7 @@ endef define Build/Prepare $(call Build/Prepare/Default) + mkdir -p $(PKG_BUILD_DIR)/arch/mips/cpu/mips32/vrx200/ $(call CopyVR9Firmware,11g,1) $(call CopyVR9Firmware,11g,2) $(call CopyVR9Firmware,22f,1) -- cgit v1.2.3