summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-22 08:08:15 +0000
committerJohn Crispin <john@openwrt.org>2014-04-22 08:08:15 +0000
commit686a17e6479a3185147e800dc1a7ffc9ae1bfbf0 (patch)
tree9857021de8375277cdad4b31a3e1a621c31689ba /package/boot
parent616f6da58822880a471b2fe786c11dac5e4a0f9b (diff)
downloadmtk-20170518-686a17e6479a3185147e800dc1a7ffc9ae1bfbf0.zip
mtk-20170518-686a17e6479a3185147e800dc1a7ffc9ae1bfbf0.tar.gz
mtk-20170518-686a17e6479a3185147e800dc1a7ffc9ae1bfbf0.tar.bz2
Create firmware directory if it doesn't exist
Fixes package refreshing. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40545
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 f215eee..ac2365d 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)