浏览代码

mips: ubifs is missing kernel-install target

Waldemar Brodkorb 5 天之前
父节点
当前提交
622e23ea3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/mips/Makefile

+ 1 - 1
target/mips/Makefile

@@ -139,5 +139,5 @@ ifeq ($(ADK_TARGET_FS),nfsroot)
 imageinstall: dtb-install kernel-install $(FW_DIR)/$(ROOTFSUSERTARBALL) targethelp
 endif
 ifeq ($(ADK_TARGET_FS),ubifs)
-imageinstall: $(FW_DIR)/$(ROOTFSUBIFS) targethelp
+imageinstall: kernel-install $(FW_DIR)/$(ROOTFSUBIFS) targethelp
 endif