diff options
Diffstat (limited to 'repo/linux-libre/linux-libre.xibuild')
-rw-r--r-- | repo/linux-libre/linux-libre.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/linux-libre/linux-libre.xibuild b/repo/linux-libre/linux-libre.xibuild index 7d5ef11..9ca33ef 100644 --- a/repo/linux-libre/linux-libre.xibuild +++ b/repo/linux-libre/linux-libre.xibuild @@ -1,13 +1,13 @@ #!/bin/sh MAKEDEPS="make bc linux-headers cpio" -DEPS="sbase kmod" +DEPS="toybox kmod" PKG_VER=5.19.8 #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/${PKG_VER}-gnu/linux-libre-${PKG_VER}-gnu.tar.xz ADDITIONAL=" - fix-sbase-coreutils.patch + fix-toybox-coreutils.patch config " #https://linux-libre.fsfla.org/pub/linux-libre/releases/$PKG_VER-gnu/deblob-${PKG_VER} |