projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b9020
)
shave a few bytes off the squashfs image
author
Mike Baker
<mbm@openwrt.org>
Fri, 15 Jul 2005 17:07:01 +0000
(17:07 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 15 Jul 2005 17:07:01 +0000
(17:07 +0000)
SVN-Revision: 1449
openwrt/target/linux/image/squashfs.mk
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/image/squashfs.mk
b/openwrt/target/linux/image/squashfs.mk
index 917a69ab8a1bbc5f652b83ce687b0b31db1b0f3c..fbf4e704ea569d33067437b84b4f7302186bb9a3 100644
(file)
--- 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"