Explorar el Código

Create firmware directory if it doesn't exist

Fixes package refreshing.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>

SVN-Revision: 40545
John Crispin hace 11 años
padre
commit
686a17e647
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/boot/uboot-lantiq/Makefile

+ 1 - 0
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)