mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
parent
5bf10c67f2
commit
56eda99cbe
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="squashfs-tools"
|
PKG_NAME="squashfs-tools"
|
||||||
PKG_VERSION="4.6.1"
|
PKG_VERSION="4.7"
|
||||||
PKG_SHA256="94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c"
|
PKG_SHA256="f1605ef720aa0b23939a49ef4491f6e734333ccc4bda4324d330da647e105328"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/plougher/squashfs-tools"
|
PKG_SITE="https://github.com/plougher/squashfs-tools"
|
||||||
PKG_URL="https://github.com/plougher/squashfs-tools/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/plougher/squashfs-tools/archive/${PKG_VERSION}.tar.gz"
|
||||||
@ -18,6 +18,7 @@ make_host() {
|
|||||||
mksquashfs \
|
mksquashfs \
|
||||||
XZ_SUPPORT=0 \
|
XZ_SUPPORT=0 \
|
||||||
LZO_SUPPORT=1 \
|
LZO_SUPPORT=1 \
|
||||||
|
LZ4_SUPPORT=0 \
|
||||||
ZSTD_SUPPORT=1 \
|
ZSTD_SUPPORT=1 \
|
||||||
XATTR_SUPPORT=0 \
|
XATTR_SUPPORT=0 \
|
||||||
XATTR_DEFAULT=0 \
|
XATTR_DEFAULT=0 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user