Răsfoiți Sursa

mips: ubifs is missing kernel-install target

Waldemar Brodkorb 5 zile în urmă
părinte
comite
622e23ea3b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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