From 21cf13b7422a7bac945d52d7ca317e5668277ad3 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 16 Jul 2005 10:18:01 +0000 Subject: add some changes from whiterussian to head git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1455 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/image/squashfs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') 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" -- cgit v1.2.3