diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-04 11:36:20 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-04 11:36:20 +0000 |
commit | 4f375bc050dcd89aac37d830275f3827812d9e2c (patch) | |
tree | 0f710473700423f9a0e48fc501e634445d6427da /target/squashfs | |
parent | bf11985ef3ef2e6701e970862d36ef52e5cabf0f (diff) |
squashfs: bump version
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 2d185d1f3..0ec9280cd 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.2-r2 +SQUASHFS_VERSION:=3.3 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 |