mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
core: semantic change, KERNELSOURCE must be explicitly 'none' to avoid kernel compilation (not unset)
This commit is contained in:
@@ -86,7 +86,7 @@ function create_image_from_sdcard_rootfs() {
|
||||
PRE_UPDATE_INITRAMFS
|
||||
|
||||
# stage: create final initramfs
|
||||
[[ -n $KERNELSOURCE ]] && {
|
||||
[[ "${KERNELSOURCE}" != 'none' ]] && {
|
||||
update_initramfs "$MOUNT"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user