Skip to content

Commit

Permalink
Update build script with new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fandango96 committed Mar 26, 2021
1 parent 94c0f0e commit 4d418f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 5s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ KERNEL_DIR=`pwd`
ZIMAGE_DIR="out-clang/arch/arm64/boot/"

# Kernel Details
VER="-V-3"
VER="-v3.2"

# Vars
BASE_AK_VER="ALI-RM5S"
BASE_AK_VER="ALI_fandango-RM5S"
AK_VER="$BASE_AK_VER$VER"
export LOCALVERSION=~`echo $AK_VER`
export ARCH=arm64
Expand Down

0 comments on commit 4d418f5

Please sign in to comment.