Merge branch 'master' into v22.05.3

This commit is contained in:
Igor Pecovnik
2022-06-22 08:33:07 +02:00

View File

@@ -356,7 +356,7 @@ if [[ -f /root/.not_logged_in_yet && -n $(tty) ]]; then
echo -e "\nSupport status: \e[0;31mno support\x1B[0m (edge kernel branch)"
elif [[ "$DISTRIBUTION_STATUS" != "supported" ]]; then
echo -e "\nSupport status: \e[0;31mno support\x1B[0m (unsupported userspace)"
elif [[ "$BOARD_TYPE" != "supported" ]]; then
elif [[ "$BOARD_TYPE" != "conf" ]]; then
echo -e "\nSupport status: \e[0;31mcommunity support\x1B[0m (looking for a dedicated maintainer)"
fi
else