<DC-IRC> [Discord] <_guillaum_> Hello,
<DC-IRC> [Discord] <_guillaum_> I want to make a custom dts for my orange pi zero 2w. I didn't fond the dts file on kernel source. I fond the zero 2, but not the 2w. That's weird because last week I found it and wrote this path : "cache/sources/linux-kernel-worktree/6.6__sunxi64__arm64/arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero2w.dts"
<DC-IRC> [Discord] <_guillaum_> I am pretty new with armbian so maybe I did something wrong.
<DC-IRC> [Discord] <Werner> The reason why you found the file once and later you did not is becasue the dts is added via patch and not included directly in upstream sorce
<DC-IRC> [Discord] <_guillaum_> ok, thant you for the explanation. When is this patch is run ? Because I just did a build for this target and try to found the dts during the build, but it didn't appear
<DC-IRC> [Discord] <Werner> I think easiest would be to use `kernel-patch` command since all patches will be applied and then build is paused. So you can crawl through the sources then
<DC-IRC> [Discord] <Werner> `./compile.sh kernel-patch BOARD=orangepizero2w BRANCH=current` for example
<DC-IRC> [Discord] <_guillaum_> ok, thank you, i try it.
<DC-IRC> [Discord] <_guillaum_> I often have another issue, but not every time : build failed with :
<DC-IRC> [Discord] <_guillaum_> [🐳|🌿] Fetching updates from remote repository [ rtl8192eu a5ac6789a78a4f5ca0bf157a0f62385ea034cb9c ]
<DC-IRC> [Discord] <_guillaum_> [🐳|🔨] fatal: detected dubious ownership in repository at '/armbian/cache/sources/rtl8192eu/a5ac6789a78a4f5ca0bf157a0f62385ea034cb9c'
<DC-IRC> [Discord] <_guillaum_> [🐳|🔨] To add an exception for this directory, call:
<DC-IRC> [Discord] <_guillaum_> [🐳|🔨]
<DC-IRC> [Discord] <_guillaum_> [🐳|🔨] git config --global --add safe.directory /armbian/cache/sources/rtl8192eu/a5ac6789a78a4f5ca0bf157a0f62385ea034cb9c
<DC-IRC> [Discord] <_guillaum_> What could be the cause of this issue ?
<DC-IRC> [Discord] <igorpec> There is a switch EXTRAWIFI or sit. Set that to no
<DC-IRC> [Discord] <igorpec> There is a switch EXTRAWIFI or similar
<DC-IRC> [Discord] <igorpec> Set that to no
<DC-IRC> [Discord] <_guillaum_> Thank you, that's did the trick. But just to be sure to understand, this disable the build of some wifi adapters, but is the driver of embedded wifi still build ?
<DC-IRC> [Discord] <igorpec> Some of 3rd party wifi drivers. If you have one of those, you need to fix that error