ソースを参照

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