Skip to content

Commit

Permalink
AGNi HyperOS v7.6 stable [5.4.290] with Non-KSU builds
Browse files Browse the repository at this point in the history
  • Loading branch information
psndna88 committed Feb 3, 2025
1 parent 9244d20 commit b375251
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AGNi_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## AGNi version info
KERNELDIR=`readlink -f .`

export AGNI_VERSION="v7.5"
sed -i 's/5.4.287/5.4.288/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/v7.4-stable/v7.5-stable/' $KERNELDIR/arch/arm64/configs/agni_*
export AGNI_VERSION="v7.6"
sed -i 's/5.4.289/5.4.290/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/v7.5-stable/v7.6-stable/' $KERNELDIR/arch/arm64/configs/agni_*

echo " AGNi Version info loaded."

13 changes: 10 additions & 3 deletions arch/arm64/configs/agni_haydn_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.4.288 Kernel Configuration
# Linux/arm64 5.4.290 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="clang version 18.0.0"
CONFIG_GCC_VERSION=0
Expand All @@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-AGNi_haydn_HyperOS_v7.5-stable-qgki"
CONFIG_LOCALVERSION="-AGNi_haydn_HyperOS_v7.6-stable-qgki"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="haydn"
Expand Down Expand Up @@ -6195,10 +6195,17 @@ CONFIG_INTERCONNECT_QCOM_QOS=y
#
# KernelSU
#
CONFIG_KSU=y
# CONFIG_KSU is not set
# CONFIG_KSU_DEBUG is not set
# end of KernelSU

#
# KernelSU-NEXT
#
CONFIG_KSU_NEXT=y
# CONFIG_KSU_ALLOWLIST_WORKAROUND is not set
# end of KernelSU-NEXT

CONFIG_OPLUS_FEATURE_CPUFREQ_BOUNCING=y
# end of Device Drivers

Expand Down
1 change: 1 addition & 0 deletions build_kernel_haydn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ fi
############################# NO KERNELSU #######################################

sed -i 's/CONFIG_KSU=y/# CONFIG_KSU is not set/' $COMPILEDIR_HAYDN/.config
sed -i 's/CONFIG_KSU_NEXT=y/# CONFIG_KSU_NEXT is not set/' $COMPILEDIR_HAYDN/.config
FILENAME="AGNi_kernel-$DEVICE-$AGNI_VERSION-$AGNI_BUILD_TYPE-NoKSU.zip"

echo ""
Expand Down
1 change: 1 addition & 0 deletions build_kernel_haydn_90hz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fi
############################# NO KERNELSU #######################################

sed -i 's/CONFIG_KSU=y/# CONFIG_KSU is not set/' $COMPILEDIR_HAYDN/.config
sed -i 's/CONFIG_KSU_NEXT=y/# CONFIG_KSU_NEXT is not set/' $COMPILEDIR_HAYDN/.config
FILENAME="AGNi_kernel-$DEVICE-$AGNI_VERSION-$AGNI_BUILD_TYPE-NoKSU.zip"

echo ""
Expand Down

0 comments on commit b375251

Please sign in to comment.