mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
logging: curb warning that always came up when SRC_EXTLINUX=yes
- SRC_EXTLINUX is quite prevalent, no use warning, it was more a debugging marker
This commit is contained in:
committed by
igorpecovnik
parent
f0f9159faa
commit
ceea84ff28
@@ -218,7 +218,7 @@ function get_bootscript_info() {
|
||||
fi
|
||||
elif [[ $SRC_EXTLINUX == yes ]]; then
|
||||
bootscript_info[has_extlinux]="yes"
|
||||
display_alert "Using extlinux, regular bootscripts ignored" "SRC_EXTLINUX=${SRC_EXTLINUX}" "warn"
|
||||
display_alert "Using extlinux, regular bootscripts ignored" "SRC_EXTLINUX=${SRC_EXTLINUX}" "info"
|
||||
fi
|
||||
|
||||
debug_dict bootscript_info
|
||||
|
||||
Reference in New Issue
Block a user