From 71bc75503f8211bb9ad41e5d9e5c628ec14a75f6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 30 Oct 2025 16:40:38 +0000 Subject: [PATCH] add description for .conf --- lib/functions/configuration/interactive.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/functions/configuration/interactive.sh b/lib/functions/configuration/interactive.sh index c16dced63e..1f0b438de3 100644 --- a/lib/functions/configuration/interactive.sh +++ b/lib/functions/configuration/interactive.sh @@ -156,8 +156,9 @@ function interactive_config_ask_board_list() { if [[ $STATUS == 3 ]]; then if [[ $WIP_STATE == supported ]]; then [[ $SHOW_WARNING == yes ]] && show_developer_warning - STATE_DESCRIPTION=' - \Z1(CSC)\Zn - Community Supported Configuration\n - \Z1(WIP)\Zn - Work In Progress - \n - \Z1(EOS)\Zn - End Of Support\n - \Z1(TVB)\Zn - TV boxes' + STATE_DESCRIPTION=' - \Z1(conf)\Zn - Boards with high level of software maturity + \n - \Z1(CSC)\Zn - Community Supported Configuration\n - \Z1(WIP)\Zn - Work In Progress + \n - \Z1(EOS)\Zn - End Of Support\n - \Z1(TVB)\Zn - TV boxes' WIP_STATE=unsupported WIP_BUTTON='matured' EXPERT=yes