diff options
Diffstat (limited to 'package/boot/uboot-lantiq')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 1 |
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) |