Skip to content

Commit

Permalink
Append '-KSU' to the kernel version in KSU builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindu644 authored and ravindu755 committed Apr 2, 2024
1 parent c603603 commit 4d1625f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ lpos(){

#building non-ksu kernel
ksu(){
#setting up localversion + ksu
echo -e "CONFIG_LOCALVERSION_AUTO=n\nCONFIG_LOCALVERSION=\"-LPoS-${LPOS_KERNEL_VERSION}-KSU\"\n" > "${WDIR}/arch/arm64/configs/version.config"
ksu_enforcing(){
export SELINUX_STATUS="enforcing"
export FILENAME="KSU-LPoS-${DEVICE}-${LPOS_KERNEL_VERSION}-twrp-${SELINUX_STATUS}"
Expand Down

0 comments on commit 4d1625f

Please sign in to comment.