From 19b9a12a93a45cc02b31de9b40c45029fbf3c569 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 20 Mar 2022 00:00:54 +0000 Subject: changed the linux kernel configs --- repo/xi/mkinitramfs.xibuild | 4 +--- repo/xi/xipkg.xibuild | 2 +- repo/xi/xiutils.xibuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'repo/xi') diff --git a/repo/xi/mkinitramfs.xibuild b/repo/xi/mkinitramfs.xibuild index a50a14e..79da979 100644 --- a/repo/xi/mkinitramfs.xibuild +++ b/repo/xi/mkinitramfs.xibuild @@ -3,9 +3,7 @@ MAKEDEPS="make " DEPS="sh cpio sbase findutils gzip util-linux" -PKG_VER=1.2 -SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git -BRANCH="v$PKG_VER" +SOURCE=https://git.davidovski.xyz/xilinux/bootscripts.git DESC="Scripts to make initramfs" diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index 7b74c0c..686d95a 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep" +DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64" PKG_VER=1.1.2 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git diff --git a/repo/xi/xiutils.xibuild b/repo/xi/xiutils.xibuild index 9a0ab06..d60ad34 100644 --- a/repo/xi/xiutils.xibuild +++ b/repo/xi/xiutils.xibuild @@ -3,8 +3,7 @@ MAKEDEPS="make gcc" DEPS="musl sh" -# Use master -PKG_VER=1.2 +PKG_VER=1.2.1 SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git BRANCH="v$PKG_VER" -- cgit v1.2.1