We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb2a90 commit 96cb472Copy full SHA for 96cb472
build.sh
@@ -9,12 +9,19 @@ elif [ "$KVER" == "5.10" ]; then
9
elif [ "$KVER" == "6.1" ]; then
10
RELEASE="v0.1"
11
fi
12
+
13
KERNEL_NAME="OtagKernel"
14
USER="eraselk"
15
HOST="gacorprjkt"
16
TIMEZONE="Asia/Makassar"
17
ANYKERNEL_REPO="https://github.com/linastorvaldz/anykernel"
-KERNEL_DEFCONFIG="quartix_defconfig"
18
19
+if [ "$KVER" == "5.10" ]; then
20
+ KERNEL_DEFCONFIG="otag_defconfig"
21
+else
22
+ KERNEL_DEFCONFIG="quartix_defconfig"
23
+fi
24
25
if [ "$KVER" == "6.6" ]; then
26
KERNEL_REPO="https://github.com/linastorvaldz/kernel-android15-6.6"
27
ANYKERNEL_BRANCH="android15-6.6"
0 commit comments