DocMAX
DocMAX
Symlinks are still resolved to their real paths in the playlists. How can we disable this and let playlist point to the symlink path???
I compiled exactly as you wrote, here is my makefile. Using current openwrt snapshot source. http://ix.io/4kui
Latest Arch Linux. OpenWRT cloned from https://github.com/openwrt/openwrt.git. Target is Turris Omnia router. I will try a make dirclean. Sometimes this helps.
i'm not sure what is this about. my procedure is 1) clone openwrt git 2) put makefile in /package/network/ipt-netflow 3) make menuconfig, select my board and software and netflow 4)...
what is wrong with my procedure? what is different to openwrt-sdk-mvebu-cortexa9_gcc-11.3.0_musl_eabi.Linux-x86_64?
yes compiles with no issues. thanks :-) but i wonder why it's not compiling with the openwrt source.
you know what worked? i simply deleted: ./build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/linux-mvebu_cortexa9/linux-5.15.86/include/net/netfilter/nf_conntrack_ecache.h ./build_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-11.3.0_musl_eabi/linux-5.15.86/include/net/netfilter/nf_conntrack_ecache.h and now it compiles without errors, can someone explain??!?!? (with my method cloning openwrt from github)
anything i do on openwrt git snapshot i'm stuck at this "test": @aabc please advice, thanks! `test.c:4:41: error: invalid use of undefined type 'struct nf_ct_event_notifier'`
@kalamlacki root cause ist https://github.com/aabc/ipt-netflow/commit/6a55739a9bf9fb890dbd1aa338057f394b766ab8 i removed that test what ever it does and now it's compiling fine. that's why it working in 2.5.1 before, because this commit is missing....
+1, please release them like the normal ones