Have you tried to build R7800 image with ath10k-ct driver/firmware? I could always successfully build R7800 with ath10k (non-ct) driver/firmware using your branch 5.15-qsdk11-new-krait-cc. However, if I tried to build it with ath10k-ct (all other packages are the same with the non-ct ath10k build), it always failed at the package_install stage.
make -j1 V=sc
...
Configuring urngd.
Configuring kmod-macsec.
ConfigCollected errors:
* check_data_file_clashes: Package kmod-ath10k wants to install file /home/python/Venv/VOCHONG-QOSMIO/openwrt-ipq806x-kernel-5.15-qsdk11/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/root-ipq806x/lib/modules/5.15.69/ath10k_core.ko
But that file is already provided by package * kmod-ath10k-ct
* check_data_file_clashes: Package kmod-ath10k wants to install file /home/python/Venv/VOCHONG-QOSMIO/openwrt-ipq806x-kernel-5.15-qsdk11/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/root-ipq806x/lib/modules/5.15.69/ath10k_pci.ko
But that file is already provided by package * kmod-ath10k-ct
* opkg_install_cmd: Cannot install package kmod-ath10k.
uring 6to4.
Configuring ppp-mod-pppoe.
Configuring luci-app-openvpn.
make[2]: *** [package/Makefile:70: package/install] Error 255
make[2]: Leaving directory '/home/python/Venv/VOCHONG-QOSMIO/openwrt-ipq806x-kernel-5.15-qsdk11'
make[1]: *** [package/Makefile:111: /home/python/Venv/VOCHONG-QOSMIO/openwrt-ipq806x-kernel-5.15-qsdk11/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/python/Venv/VOCHONG-QOSMIO/openwrt-ipq806x-kernel-5.15-qsdk11'
make: *** [/home/python/Venv/VOCHONG-QOSMIO/openwrt-ipq806x-kernel-5.15-qsdk11/include/toplevel.mk:231: world] Error 2
Hi Qosmio,
Have you tried to build R7800 image with ath10k-ct driver/firmware? I could always successfully build R7800 with ath10k (non-ct) driver/firmware using your branch 5.15-qsdk11-new-krait-cc. However, if I tried to build it with ath10k-ct (all other packages are the same with the non-ct ath10k build), it always failed at the package_install stage.