aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit02b89aa9c7edd73edac0ba401d30cea93143d538 (patch)
treef4deaf71694fe367f9d696525c69ff0d5b8debc8 /target/linux
parent7df1d6160c5ae9151cb0a9bd25527d4a0e97fca9 (diff)
downloadmaster-187ad058-02b89aa9c7edd73edac0ba401d30cea93143d538.tar.gz
master-187ad058-02b89aa9c7edd73edac0ba401d30cea93143d538.tar.bz2
master-187ad058-02b89aa9c7edd73edac0ba401d30cea93143d538.zip
add some changes from whiterussian to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/image/squashfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk
index 917a69ab8a..70a85b99ee 100644
--- a/target/linux/image/squashfs.mk
+++ b/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"