summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/image/squashfs.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-16 10:18:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-16 10:18:01 +0000
commit0be45c47c09746d42936e61b27d8b80f63880dee (patch)
treebae0c99c6691980591374f61763afe34f203c1f8 /openwrt/target/linux/image/squashfs.mk
parent6e6a04539395c2f22b4f8d43404b40aeefba739a (diff)
downloadmtk-20170518-0be45c47c09746d42936e61b27d8b80f63880dee.zip
mtk-20170518-0be45c47c09746d42936e61b27d8b80f63880dee.tar.gz
mtk-20170518-0be45c47c09746d42936e61b27d8b80f63880dee.tar.bz2
add some changes from whiterussian to head
SVN-Revision: 1455
Diffstat (limited to 'openwrt/target/linux/image/squashfs.mk')
-rw-r--r--openwrt/target/linux/image/squashfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk
index 917a69a..70a85b9 100644
--- a/openwrt/target/linux/image/squashfs.mk
+++ b/openwrt/target/linux/image/squashfs.mk
@@ -10,7 +10,7 @@ squashfs-clean:
$(KDIR)/root.squashfs:
@mkdir -p $(KDIR)/root/jffs
- $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -noappend -root-owned -le
+ $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -le
squashfs-install: $(KDIR)/root.squashfs
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs"