Make sure the Net feature is printed when NET_LWIP is enabled, not only when NET_LEGACY is.
Only print comma and following whitespace as separator if there was a feature printed before feature to be printed. Signed-off-by: Quentin Schulz <[email protected]> --- Changes in v2: - added R-b trailers, - fixed spurious colon character before separator in cat, - Link to v1: https://patch.msgid.link/[email protected] --- Quentin Schulz (2): cmd: ufetch: show net feature when NET_LWIP is selected cmd: ufetch: only show comma separator if there was a previous feature cmd/ufetch.c | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) --- base-commit: bb0f3eebb3c196d9b6efbbd1e5aa9b16abbb9ad6 change-id: 20260428-ufetch-net-1ba7553a20c7 Best regards, -- Quentin Schulz <[email protected]>

