diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2011-01-07 20:43:49 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 23:30:46 +0100 |
commit | deb00c608d79830b3787d74226d4cb30b382b969 (patch) | |
tree | 545d04bf3bd6579bc4ab3c58e27ab3e8a15b46b5 /target/tools/squashfs/Makefile | |
parent | 875833ab71a4f2f5dce4bbf46660e8c311918150 (diff) |
unbreak wrong-endianness issue (on non-linux), fix patch and add checks
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
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 |