Problem while building OpenWrt with libavahi-nodbus-support

I've trouble while building OpenWrt 19 with package libavahi-nodbus-support, i don't know what do do ? I need to install Avahi daemon http and this package libavahi-nodbus-support is automatically added once selecting avahi-daemon-http but cause problem.
Also i tried make clean before make, this does not solve problem...

The error : /toplevel.mk:225: recipe for target 'world' failed
make: *** [world] Error 2

Please find log of compilation :

make menu config
-> add of package avahi, then : 
make 
Collected errors:
 * check_data_file_clashes: Package libavahi-nodbus-support wants to install file /home/osboxes/Cross_Compile_OpenWrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mvebu/usr/lib/libavahi-common.so.3
	But that file is already provided by package  * libavahi-dbus-support
 * check_data_file_clashes: Package libavahi-nodbus-support wants to install file /home/osboxes/Cross_Compile_OpenWrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mvebu/usr/lib/libavahi-common.so.3.5.3
	But that file is already provided by package  * libavahi-dbus-support
 * check_data_file_clashes: Package libavahi-nodbus-support wants to install file /home/osboxes/Cross_Compile_OpenWrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mvebu/usr/lib/libavahi-core.so.7
	But that file is already provided by package  * libavahi-dbus-support
 * check_data_file_clashes: Package libavahi-nodbus-support wants to install file /home/osboxes/Cross_Compile_OpenWrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-mvebu/usr/lib/libavahi-core.so.7.0.2
	But that file is already provided by package  * libavahi-dbus-support
 * opkg_install_cmd: Cannot install package libavahi-nodbus-support.
package/Makefile:65: recipe for target 'package/install' failed
make[2]: *** [package/install] Error 255
make[2]: Leaving directory '/home/osboxes/Cross_Compile_OpenWrt/openwrt'
package/Makefile:108: recipe for target '/home/osboxes/Cross_Compile_OpenWrt/openwrt/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_install' failed
make[1]: *** [/home/osboxes/Cross_Compile_OpenWrt/openwrt/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/osboxes/Cross_Compile_OpenWrt/openwrt'
/home/osboxes/Cross_Compile_OpenWrt/openwrt/include/toplevel.mk:225: recipe for target 'world' failed
make: *** [world] Error 2

So well no idea's ? i think this is a problem linked to OpenWrt which do not provide support through Make menuconfig ?

Else i plan to install later after installation OpenWrt by compiling it from source what do you think ?

Found this tutorial :

http://www.linuxfromscratch.org/blfs/view/svn/basicnet/avahi.html