Skip to content

Commit 428785e

Browse files
committed
Build script Fixes
1 parent 3286c32 commit 428785e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

binaries/exynos9820.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exynos9825.dtb
1+
exynos9820.dtb
22
custom0=0x0000000
33
custom1=0x00000ff
44
custom2=0x0000000

build.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ lpos(){
9595
}
9696

9797
ksu(){
98-
export FILE_NAME="LPoS-${DEVICE}-KSU-${LPOS_KERNEL_VERSION}"
99-
make ${ARGS} distclean
100-
patch_ksu
98+
export FILE_NAME="LPoS-${DEVICE}-KSU-${LPOS_KERNEL_VERSION}"
10199
make ${ARGS} ${CONFIG} lpos_ksu.config
102100
make ${ARGS} menuconfig
103101
make ${ARGS} -j$(nproc) || exit 1

0 commit comments

Comments
 (0)