diff options
Diffstat (limited to 'target/tools/squashfs/Makefile')
-rw-r--r-- | target/tools/squashfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tools/squashfs/Makefile b/target/tools/squashfs/Makefile index 53be3bb3c..cfe4a5339 100644 --- a/target/tools/squashfs/Makefile +++ b/target/tools/squashfs/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= squashfs PKG_VERSION:= 4.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= a3c23391da4ebab0ac4a75021ddabf96 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=squashfs/} DISTFILES:= ${PKG_NAME}${PKG_VERSION}.tar.gz |