mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
5 lines
167 B
Bash
5 lines
167 B
Bash
function user_config__sdk_config() {
|
|
EXTRA_IMAGE_SUFFIXES+=("-sdk") # global array
|
|
display_alert "SDK custom image" "enabled for ${BOARD}" "info"
|
|
}
|