diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-04-12 12:18:19 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-04-12 12:31:13 +0200 |
commit | 45329197119e5d23c379c938f6025af5a80fd6ad (patch) | |
tree | 2c31cb21d8f1dad4a4e0acfdfbb1ba8fb7e8c9ec /tools/squashfs4/Makefile | |
parent | ee1bfd3034af405b2f7cdbc901053e44ceb4706f (diff) | |
download | upstream-45329197119e5d23c379c938f6025af5a80fd6ad.tar.gz upstream-45329197119e5d23c379c938f6025af5a80fd6ad.tar.bz2 upstream-45329197119e5d23c379c938f6025af5a80fd6ad.zip |
tools/squashfs4: refresh multiple lzma configuration option patch
Refresh multiple lzma configuration option patch with new version
proposed upstream. (Reintroduce -Xe option and add more checks and
general better code quality)
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'tools/squashfs4/Makefile')
-rw-r--r-- | tools/squashfs4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/squashfs4/Makefile b/tools/squashfs4/Makefile index 8f281c704d..1ab4b536ae 100644 --- a/tools/squashfs4/Makefile +++ b/tools/squashfs4/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squashfs4 PKG_CPE_ID:=cpe:/a:phillip_lougher:squashfs PKG_VERSION:=4.6.1 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/plougher/squashfs-tools |