Fixes package refreshing.
Signed-off-by: Álvaro Fernández Rojas <[email protected]> --- diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index 32f811a..03f9aa9 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -213,6 +213,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) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
