@@ -4,7 +4,7 @@ declare -g BOARD_MAINTAINER="lanefu"
44declare -g BOARDFAMILY=" rockchip-rk3588"
55declare -g BOOTCONFIG=" indiedroid_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
66declare -g BOOT_SOC=" rk3588"
7- declare -g KERNEL_TARGET=" legacy, vendor,collabora,edge"
7+ declare -g KERNEL_TARGET=" vendor,collabora,edge"
88declare -g FULL_DESKTOP=" yes"
99declare -g BOOT_LOGO=" desktop"
1010declare -g BOOT_FDT_FILE=" rockchip/rk3588s-indiedroid-nova.dtb"
@@ -29,13 +29,8 @@ function post_family_config__indiedroid-nova_use_stvhay_uboot() {
2929}
3030
3131# BSP kernel uses device name from contract manufacturer rather than production name in mainline
32- function post_family_config_branch_legacy__use_9tripod_dtb() {
33- declare -g BOOT_FDT_FILE=" rockchip/rk3588s-9tripod-linux.dtb"
34- }
35-
36- # post_family_config hook which also run for vendor kernel
3732function post_family_config_branch_vendor__use_9tripod_dtb() {
38- post_family_config_branch_legacy__use_9tripod_dtb
33+ declare -g BOOT_FDT_FILE= " rockchip/rk3588s-9tripod-linux.dtb "
3934}
4035
4136# Add bluetooth packages to the image (not rootfs cache)
@@ -85,6 +80,7 @@ function pre_customize_image__indiedroid_add_bluetooth() {
8580 EOD
8681 chroot_sdcard systemctl enable bluetooth-rtl8821cs.service
8782}
83+
8884function post_family_tweaks__indiedroid_naming_audios() {
8985 display_alert "$BOARD" "Renaming indiedroid audios" "info"
9086
0 commit comments