teleostnacl
teleostnacl
> 1. v1.6.11 is out, please bump to that version > 2. please squash your commits finished them
> Merged, thank you! thanks very much
相同问题 Wed May 8 22:36:51 2024 daemon.crit dnsmasq[1559]: failed to bind DHCP server socket: Address in use Wed May 8 22:36:51 2024 daemon.crit dnsmasq[1559]: FAILED to start up Wed May...
Hi @commodo, sorry for the late reply! After applying this PR, I ran into another error. Could you help me take a look? Thanks! ```text make[2]: Entering directory 'openwrt/scripts/config' make[2]:...
> Hi @commodo, sorry for the late reply! After applying this PR, I ran into another error. Could you help me take a look? Thanks! > > ``` > make[2]:...
@commodo Unfortunately, after applying the latest change, there's still a compilation error. ``` make[2]: Entering directory 'openwrt/scripts/config' make[2]: 'conf' is up to date. make[2]: Leaving directory 'openwrt/scripts/config' make[1]: Entering directory...
@commodo Thank you very much for helping to solve the problem, but unfortunately, the compilation failed again ```text make[2]: Entering directory 'openwrt/scripts/config' make[2]: 'conf' is up to date. make[2]: Leaving...
> @teleostnacl > > Can you attach your .config? @commodo No problem! [.config.txt](https://github.com/user-attachments/files/24126457/default.config.txt)
Sorry, but after applying the latest changes, I'm running into a failure again. ```text make[2]: Entering directory 'openwrt/scripts/config' make[2]: 'conf' is up to date. make[2]: Leaving directory 'openwrt/scripts/config' make[1]: Entering...
Hi @commodo ,I found a solution throungh Chatgpt : Prevent unwanted libbpf auto-detection during cross-compile ``` CONFIGURE_VARS += \ ac_cv_lib_bpf_bpf_object__open_file=no \ ac_cv_header_bpf_libbpf_h=no ``` This forces configure to disable all libbpf-related...