Skip to content

Commit

Permalink
defconfig: use lz4kd algorithm instead of lzo, enable more algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
KNKJ55 committed Jan 12, 2025
1 parent 22e4353 commit b253dd5
Show file tree
Hide file tree
Showing 28 changed files with 392 additions and 5,867 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
export CROSS_COMPILE_ARM32="arm-linux-gnueabi-"
export TRIPLE="aarch64-linux-gnu-"
cd $GITHUB_WORKSPACE/workdir/source
make O=out m1721_defconfig
make O=out m1721_k-nel_defconfig
make -j$(nproc --all) O=out
- name: Check a kernel output files
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/workdir/source
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next
sed -i -e '$a\'$'\n''CONFIG_KSU=y' arch/arm64/configs/m1721_defconfig
sed -i -e '$a\'$'\n''CONFIG_KSU=y' arch/arm64/configs/m1721_k-nel_defconfig
- name: Build Kernel
run: |
Expand All @@ -166,7 +166,7 @@ jobs:
export CROSS_COMPILE_ARM32="arm-linux-gnueabi-"
export TRIPLE="aarch64-linux-gnu-"
cd $GITHUB_WORKSPACE/workdir/source
make O=out m1721_defconfig
make O=out m1721_k-nel_defconfig
make -j$(nproc --all) O=out
- name: Check a kernel output files
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
- name: Enable Kernel-Assisted Superuser for Android
run: |
cd $GITHUB_WORKSPACE/workdir/source
sed -i -e '$a\'$'\n''CONFIG_ASSISTED_SUPERUSER=y' arch/arm64/configs/m1721_defconfig
sed -i -e '$a\'$'\n''CONFIG_ASSISTED_SUPERUSER=y' arch/arm64/configs/m1721_k-nel_defconfig
- name: Integrate KernelSU Next
run: |
cd $GITHUB_WORKSPACE/workdir/source
rm -rf KernelSU
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next
sed -i -e '$a\'$'\n''CONFIG_KSU=y' arch/arm64/configs/m1721_defconfig
sed -i -e '$a\'$'\n''CONFIG_KSU=y' arch/arm64/configs/m1721_k-nel_defconfig
- name: Build Kernel
run: |
Expand All @@ -83,7 +83,7 @@ jobs:
export CROSS_COMPILE_ARM32="arm-linux-gnueabi-"
export TRIPLE="aarch64-linux-gnu-"
cd $GITHUB_WORKSPACE/workdir/source
make O=out m1721_defconfig
make O=out m1721_k-nel_defconfig
make -j$(nproc --all) O=out
- name: Check a kernel output files
Expand Down
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,11 @@ all.config

# fetched Android config fragments
kernel/configs/android-*.cfg

# patches
*.patch
*.orig
*.rej

# backup
*.bak
Loading

0 comments on commit b253dd5

Please sign in to comment.