Skip to content

Commit

Permalink
AGNi HyperOS-STU v6.2 stable [5.4.247]
Browse files Browse the repository at this point in the history
  • Loading branch information
psndna88 committed Jun 3, 2024
1 parent 1ecf6b0 commit ed95c2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AGNi_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
KERNELDIR=`readlink -f .`

export AGNI_VERSION_PREFIX="stable"
export AGNI_VERSION="v6.1"
export AGNI_VERSION="v6.2"
sed -i 's/5.4.275/5.4.277/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/v6.0-stable/v6.1-stable/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/v6.1-stable/v6.2-stable/' $KERNELDIR/arch/arm64/configs/agni_*

echo " AGNi Version info loaded."

2 changes: 1 addition & 1 deletion arch/arm64/configs/agni_haydn_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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-STU_v6.1-stable-qgki"
CONFIG_LOCALVERSION="-AGNi_haydn_HyperOS-STU_v6.2-stable-qgki"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="haydn"
Expand Down
2 changes: 1 addition & 1 deletion build_kernel_haydn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KERNELDIR=`readlink -f .`

DEVICE="haydn"
CONFIG1="agni_haydn_defconfig"
export AGNI_BUILD_TYPE="MIUI-STU"
export AGNI_BUILD_TYPE="HyperOS-STU"
SYNC_CONFIG=1

. $KERNELDIR/AGNi_version.sh
Expand Down
2 changes: 1 addition & 1 deletion build_kernel_haydn_90hz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KERNELDIR=`readlink -f .`

DEVICE="haydn"
CONFIG1="agni_haydn_defconfig"
export AGNI_BUILD_TYPE="MIUI-STU-90HZ"
export AGNI_BUILD_TYPE="HyperOS-STU-90HZ"
SYNC_CONFIG=1

. $KERNELDIR/AGNi_version.sh
Expand Down

0 comments on commit ed95c2d

Please sign in to comment.