aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-22 08:08:15 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-22 08:08:15 +0000
commit8a015b4c65048c86dfb49da6cdd3cd61ed9d2b35 (patch)
treeea3a6309eff9607f44518ab9d6faf57f58162ef5 /package/boot
parent3ecfcdbf173c9bafb6570cac441d539378b4d3ee (diff)
downloadupstream-8a015b4c65048c86dfb49da6cdd3cd61ed9d2b35.tar.gz
upstream-8a015b4c65048c86dfb49da6cdd3cd61ed9d2b35.tar.bz2
upstream-8a015b4c65048c86dfb49da6cdd3cd61ed9d2b35.zip
Create firmware directory if it doesn't exist
Fixes package refreshing. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40545 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-lantiq/Makefile1
1 files changed, 1 insertions, 0 deletions
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)