diff options
Diffstat (limited to 'repo/linux-libre')
-rw-r--r-- | repo/linux-libre/linux-libre-src.xibuild | 2 | ||||
-rw-r--r-- | repo/linux-libre/linux-libre.xibuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/repo/linux-libre/linux-libre-src.xibuild b/repo/linux-libre/linux-libre-src.xibuild index 3ce3796..41e325e 100644 --- a/repo/linux-libre/linux-libre-src.xibuild +++ b/repo/linux-libre/linux-libre-src.xibuild @@ -5,7 +5,7 @@ DESC="$DESC (source)" package () { srcdir=$PKG_DEST/usr/src/ mkdir -p $srcdir - tar -xf linux-$PKG_VER.tar.xz -C $srcdir + tar -xf linux-libre-$PKG_VER-gnu.tar.xz -C $srcdir make -C $srcdir/linux-$PKG_VER mrproper cp config $srcdir/linux-$PKG_VER/.config make -C $srcdir/linux-$PKG_VER olddefconfig diff --git a/repo/linux-libre/linux-libre.xibuild b/repo/linux-libre/linux-libre.xibuild index b3c10cf..8e7eac4 100644 --- a/repo/linux-libre/linux-libre.xibuild +++ b/repo/linux-libre/linux-libre.xibuild @@ -3,20 +3,20 @@ MAKEDEPS="make bc linux-headers cpio" DEPS="sbase kmod" -PKG_VER=5.18.6 -SOURCE=https://cdn.kernel.org/pub/linux/kernel/v${PKG_VER%%.*}.x/linux-$PKG_VER.tar.xz +PKG_VER=5.19 +#SOURCE=https://cdn.kernel.org/pub/linux/kernel/v${PKG_VER%%.*}.x/linux-$PKG_VER.tar.xz +SOURCE=https://linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-${PKG_VER%%.*}.N/linux-libre-${PKG_VER}-gnu.tar.xz ADDITIONAL=" fix-sbase-coreutils.patch config - https://linux-libre.fsfla.org/pub/linux-libre/releases/$PKG_VER-gnu/deblob-${PKG_VER%.*} - https://linux-libre.fsfla.org/pub/linux-libre/releases/$PKG_VER-gnu/deblob-check " + #https://linux-libre.fsfla.org/pub/linux-libre/releases/$PKG_VER-gnu/deblob-${PKG_VER} prepare () { make mrproper apply_patches - sh deblob-${PKG_VER%.*} --force + #sh deblob-${PKG_VER} --force cp config .config |