Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Linux 5.12.9 and add missing packages on Archlinux/Manjaro... #159

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ These scripts have been tested in a Docker image of the following distributions,
zlib-devel
```

* ### Arch Linux
* ### Arch Linux/Manjaro

```
pacman -S base-devel \
Expand All @@ -85,7 +85,9 @@ These scripts have been tested in a Docker image of the following distributions,
ninja \
openssl \
python3 \
uboot-tools
uboot-tools \
cpio \
zlib
```

* ### Clear Linux
Expand Down
2 changes: 1 addition & 1 deletion kernel/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function setup_krnl_src() {
if [[ -n ${KERNEL_SRC} ]]; then
cd "${KERNEL_SRC}" || exit 1
else
LINUX=linux-5.12
LINUX=linux-5.12.9
LINUX_TARBALL=${KRNL}/${LINUX}.tar.xz
LINUX_PATCH=${KRNL}/${LINUX}-${CONFIG_TARGET}.patch

Expand Down
1 change: 1 addition & 0 deletions kernel/linux-5.12.9.tar.xz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c7fabef5754271cd12f2d3a9ae237ed91c6fce09cec3895400d48194110ce76d linux-5.12.9.tar.xz
1 change: 0 additions & 1 deletion kernel/linux-5.12.tar.xz.sha256

This file was deleted.