Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append '-KSU' to the kernel version in KSU builds
Browse files Browse the repository at this point in the history
ravindu644 committed Apr 2, 2024
1 parent 08fb14c commit 1e8c0ab
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
@@ -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}"

0 comments on commit 1e8c0ab

Please sign in to comment.