diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-08-21 07:24:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2006-08-21 07:24:22 +0000 |
commit | 611b040535a7859406a006bec170197832500958 (patch) | |
tree | c2be8fd21a7b64bc12c8d84db1e708f4efbbfaed /target/squashfs | |
parent | 8a63b6dae1b61dd9819641e44d240eb58ab3fdb5 (diff) |
Bump to upstream v3.1
Diffstat (limited to 'target/squashfs')
-rw-r--r-- | target/squashfs/squashfsroot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index c4dc3c009..18e89772d 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -3,7 +3,7 @@ # mksquashfs to build to target squashfs filesystems # ############################################################# -SQUASHFS_VERSION:=3.0 +SQUASHFS_VERSION:=3.1 SQUASHFS_DIR:=$(BUILD_DIR)/squashfs$(SQUASHFS_VERSION) SQUASHFS_SOURCE:=squashfs$(SQUASHFS_VERSION).tar.gz SQUASHFS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/squashfs |