Files
sdk/userpatches/extensions/sdk.sh
Igor Pecovnik dab482a501 Move
2023-12-30 10:47:44 +01:00

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"
}