diff --git a/packages/bsp/common/usr/lib/armbian/armbian-firstlogin b/packages/bsp/common/usr/lib/armbian/armbian-firstlogin index 14010ac5f1..2ed5f7e370 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-firstlogin +++ b/packages/bsp/common/usr/lib/armbian/armbian-firstlogin @@ -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