From 48b046e3647d5e33bc9a40304c323800309012bd Mon Sep 17 00:00:00 2001 From: Waldemar Tomme Date: Wed, 22 Nov 2023 22:01:58 +0100 Subject: [PATCH] Also rebuild device-samsung-a7y18lte --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 34cb3c2..f6c2f1b 100755 --- a/build.sh +++ b/build.sh @@ -28,6 +28,7 @@ set -x if [[ $BUILD_ENVKERNEL -ne 0 ]]; then # pmbootstrap initfs hook_add debug-shell pmbootstrap build --envkernel --force $LINUX_PKG + pmbootstrap build --force device-samsung-a7y18lte # else # pmbootstrap initfs hook_del debug-shell # pmbootstrap build $LINUX_PKG --force