فهرست منبع

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