shellfmt: config/boards; no changes

This commit is contained in:
Ricardo Pardini
2024-11-23 10:41:47 +01:00
committed by Igor
parent 2f63a9cd98
commit 29caae8975
13 changed files with 24 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
# Allwinner H618 quad core 1GB 2GB 4GB RAM SoC WiFi USB-C emmc
# Allwinner H618 quad core 1GB 2GB 4GB RAM SoC WiFi USB-C emmc
BOARD_NAME="CherryBa M1"
BOARDFAMILY="sun50iw9"
BOOTCONFIG="cherryba-m1_defconfig"

View File

@@ -54,7 +54,7 @@ function post_family_tweaks__oneplus-kebab_enable_services() {
return 0
fi
if [[ "${RELEASE}" == "jammy" ]] || [[ "${RELEASE}" == "noble" ]];then
if [[ "${RELEASE}" == "jammy" ]] || [[ "${RELEASE}" == "noble" ]]; then
display_alert "Adding qcom-mainline PPA" "${BOARD}" "info"
do_with_retries 3 chroot_sdcard add-apt-repository ppa:liujianfeng1994/qcom-mainline --yes --no-update
fi

View File

@@ -23,4 +23,3 @@ function post_family_tweaks__retrolitecm5_naming_audios() {
return 0
}