projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
616f6da
)
Create firmware directory if it doesn't exist
author
John Crispin
<john@openwrt.org>
Tue, 22 Apr 2014 08:08:15 +0000
(08:08 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 22 Apr 2014 08:08:15 +0000
(08:08 +0000)
Fixes package refreshing.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40545
package/boot/uboot-lantiq/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-lantiq/Makefile
b/package/boot/uboot-lantiq/Makefile
index f215eee05cb3e05bca993bb368cb21a18f85c28a..ac2365dca072013a6de4da40021cd8d6af84df99 100644
(file)
--- 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)