Skip to content

Commit

Permalink
AGNi HyperOS v7.3 stable [5.4.286]
Browse files Browse the repository at this point in the history
  • Loading branch information
psndna88 committed Nov 26, 2024
1 parent 9688ed2 commit 25fc4f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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="v7.2"
sed -i 's/5.4.284/5.4.285/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/v7.1-stable/v7.2-stable/' $KERNELDIR/arch/arm64/configs/agni_*
export AGNI_VERSION="v7.3"
sed -i 's/5.4.285/5.4.286/' $KERNELDIR/arch/arm64/configs/agni_*
sed -i 's/v7.2-stable/v7.3-stable/' $KERNELDIR/arch/arm64/configs/agni_*

echo " AGNi Version info loaded."

4 changes: 2 additions & 2 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.285 Kernel Configuration
# Linux/arm64 5.4.286 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.2-stable-qgki"
CONFIG_LOCALVERSION="-AGNi_haydn_HyperOS_v7.3-stable-qgki"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="haydn"
Expand Down

0 comments on commit 25fc4f2

Please sign in to comment.