mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
squashfs: update to squashfs-4.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e3686c96c6
commit
33104fcc70
@ -3,6 +3,7 @@
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build attr
|
||||
$SCRIPTS/unpack lzma
|
||||
|
||||
LZMA_DIR=`ls -d $ROOT/$BUILD/lzma*`
|
||||
@ -11,7 +12,10 @@ setup_toolchain host
|
||||
|
||||
cd $BUILD/$1*/squashfs-tools
|
||||
|
||||
make mksquashfs LZMA_SUPPORT=1 LZMA_DIR=$LZMA_DIR
|
||||
make mksquashfs \
|
||||
LZMA_SUPPORT=1 LZMA_DIR=$LZMA_DIR \
|
||||
LZO_SUPPORT=1 \
|
||||
INCLUDEDIR="-I. -I$ROOT/$TOOLCHAIN/include -I$LZMA_DIR/C"
|
||||
|
||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||
cp mksquashfs $ROOT/$TOOLCHAIN/bin
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff -Naur squashfs4.0-20091205/squashfs-tools/Makefile squashfs4.0-20091205.patch/squashfs-tools/Makefile
|
||||
--- squashfs4.0-20091205/squashfs-tools/Makefile 2009-10-14 05:32:57.000000000 +0200
|
||||
+++ squashfs4.0-20091205.patch/squashfs-tools/Makefile 2009-12-05 18:24:48.241450813 +0100
|
||||
@@ -2,8 +2,8 @@
|
||||
# Building LZMA support
|
||||
# Download LZMA sdk (4.65 used in development, other versions may work),
|
||||
# set LZMA_DIR to unpacked source, and uncomment next line
|
||||
-LZMA_SUPPORT = 1
|
||||
-LZMA_DIR = ../../../LZMA/lzma465
|
||||
+#LZMA_SUPPORT = 1
|
||||
+#LZMA_DIR = ../../../LZMA/lzma465
|
||||
|
||||
#Compression default.
|
||||
COMP_DEFAULT = gzip
|
@ -1 +1 @@
|
||||
http://sources.openelec.tv/svn/squashfs4.0-20091205.tar.bz2
|
||||
http://downloads.sourceforge.net/project/squashfs/squashfs/squashfs4.1/squashfs4.1.tar.gz
|
Loading…
x
Reference in New Issue
Block a user