<stintel>
In file included from /home/stijn/Development/OpenWrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/mt76-2024.08.25~904ef52a/util.c:7:
<stintel>
/home/stijn/Development/OpenWrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/mt76-2024.08.25~904ef52a/mt76.h: In function 'mt76_put_page_pool_buf':
<stintel>
/home/stijn/Development/OpenWrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7622/mt76-2024.08.25~904ef52a/mt76.h:1544:9: error: implicit declaration of function 'page_pool_put_full_page' [-Werror=implicit-function-declaration]
<stintel>
this is after a make dirclean om mediatek/mt7622
<stintel>
nbd: any ideas?
<stintel>
looks like it might have been CONFIG_SRC_TREE_OVERRIDE=y and a git-src symlink in mt76 dir
<stintel>
yep
<stintel>
that's not typically something we'd use in CI, so maybe we should add warning that waits for interactive confirmation or something
<stintel>
there's a big potential of breakage, if someone has this enabled
<stintel>
so warn the user, pauze, let them continue by pressing enter or what not, but in case something fails, instruct them to find -type l -name git-src first
<slh>
config.buildinfo is the config used to build the downloadable images
rz has joined #openwrt-devel
<slh>
and even that makes sure that (almost) nothing optional will end up in the resulting per-device images
<slh>
of course menuconfig/ xconfig will give you fine grained config access
<slh>
and -for personal/ private builds-, config.buildinfo is rather useless as a starting point - yes, it works just fine, but it will build a lot more than you need for your device (build, not install, mind the difference)
<Fijxu>
nevermind, the modules that I was talking about cannot be deselected