summaryrefslogtreecommitdiffstats
path: root/target/squashfs/squashfsroot.mk
diff options
context:
space:
mode:
authorTim Riker2004-10-27 20:12:49 +0200
committerTim Riker2004-10-27 20:12:49 +0200
commitaabea2803d249e61f9de55b78078e37e8d7f51b4 (patch)
treeaa2a7a8ccea7d4c8f6b0ea10a1ba3a4acceae586 /target/squashfs/squashfsroot.mk
parentless depends on ncurses (diff)
downloadbuildroot-aabea2803d249e61f9de55b78078e37e8d7f51b4.tar.gz
buildroot-aabea2803d249e61f9de55b78078e37e8d7f51b4.tar.xz
buildroot-aabea2803d249e61f9de55b78078e37e8d7f51b4.zip
use fs type as file extension
Diffstat (limited to 'target/squashfs/squashfsroot.mk')
-rw-r--r--target/squashfs/squashfsroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk
index b02fb48c1..e120172ba 100644
--- a/target/squashfs/squashfsroot.mk
+++ b/target/squashfs/squashfsroot.mk
@@ -39,7 +39,7 @@ squashfsroot: squashfs
@rm -rf $(TARGET_DIR)/usr/man
@rm -rf $(TARGET_DIR)/usr/info
#$(SQUASHFS_DIR)/squashfs-tools/mksquashfs -q -D target/default/device_table.txt $(TARGET_DIR) $(IMAGE)
- $(SQUASHFS_DIR)/squashfs-tools/mksquashfs $(TARGET_DIR) $(IMAGE) -noappend -root-owned
+ $(SQUASHFS_DIR)/squashfs-tools/mksquashfs $(TARGET_DIR) $(IMAGE).squashfs -noappend -root-owned
squashfsroot-source: squashfs-source