summaryrefslogtreecommitdiff
path: root/target/zaurus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/zaurus/Makefile')
-rw-r--r--target/zaurus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/zaurus/Makefile b/target/zaurus/Makefile
index faa28095f..6a7676f2c 100644
--- a/target/zaurus/Makefile
+++ b/target/zaurus/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/mk/image.mk
kernel-install:
cp $(LINUX_DIR)/arch/arm/boot/zImage $(BIN_DIR)/${DEVICE}-${ARCH}-kernel
-ifeq ($(FS),ext2)
+ifeq ($(FS),archive)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"