From: Mike Baker Date: Fri, 15 Jul 2005 17:07:01 +0000 (+0000) Subject: shave a few bytes off the squashfs image X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3dea80f5e7a5515fd83a9614f10d2a135d358dc8;p=openwrt%2Fsvn-archive%2Farchive.git shave a few bytes off the squashfs image SVN-Revision: 1449 --- diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index 917a69ab8a..fbf4e704ea 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 $@ -noappend -nopad -root-owned -le squashfs-install: $(KDIR)/root.squashfs $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs"