diff options
| author | Peter Korsgaard | 2008-08-27 09:46:55 +0200 |
|---|---|---|
| committer | Peter Korsgaard | 2008-08-27 09:46:55 +0200 |
| commit | dc8423d97fc3579d6dde77198362225f377a200f (patch) | |
| tree | 5a8653d6f4b1fd96b5fe93daaadb85bccbf9c80f | |
| parent | avahi: fix build with BR2_ENABLE_LOCALE (diff) | |
| download | buildroot-dc8423d97fc3579d6dde77198362225f377a200f.tar.gz buildroot-dc8423d97fc3579d6dde77198362225f377a200f.tar.xz buildroot-dc8423d97fc3579d6dde77198362225f377a200f.zip | |
squashfs: bump version
| -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 |
