diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 07:46:55 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 07:46:55 +0000 |
commit | dc8423d97fc3579d6dde77198362225f377a200f (patch) | |
tree | 5a8653d6f4b1fd96b5fe93daaadb85bccbf9c80f /target/squashfs | |
parent | be8ad23b096707b9a877525815c755c7f5d368bc (diff) | |
download | buildroot-novena-dc8423d97fc3579d6dde77198362225f377a200f.tar.gz buildroot-novena-dc8423d97fc3579d6dde77198362225f377a200f.zip |
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 b28d0cf4c..8de238b65 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.3 +SQUASHFS_VERSION:=3.4 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 |