core: semantic change, KERNELSOURCE must be explicitly 'none' to avoid kernel compilation (not unset)

This commit is contained in:
Ricardo Pardini
2023-12-27 14:53:48 +01:00
committed by Igor
parent 32fecdd9cc
commit c434c3613c
7 changed files with 8 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ function create_image_from_sdcard_rootfs() {
PRE_UPDATE_INITRAMFS
# stage: create final initramfs
[[ -n $KERNELSOURCE ]] && {
[[ "${KERNELSOURCE}" != 'none' ]] && {
update_initramfs "$MOUNT"
}