diff options
Diffstat (limited to 'target/qemu-mipsel/Makefile')
-rw-r--r-- | target/qemu-mipsel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/qemu-mipsel/Makefile b/target/qemu-mipsel/Makefile index a74fc3ba8..9f676e3e6 100644 --- a/target/qemu-mipsel/Makefile +++ b/target/qemu-mipsel/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/mk/image.mk kernel-install: cp $(LINUX_DIR)/vmlinux $(BIN_DIR)/${ADK_TARGET}-${ARCH}-kernel -ifeq ($(FS),ext2) +ifeq ($(FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)," |