Re: [OpenWrt-Devel] iproute2 4.17.0 build error

2018-07-14 Thread Syrone Wong
> em_ipt.o: In function `em_ipt_print_epot': > em_ipt.c:(.text.em_ipt_print_epot+0x2e): undefined reference to > `xtables_init_all' em_ipt.c gets involved when TC_CONFIG_XT=y, which requires xtables, while tc/Makefile doesn't pass flags correctly. I added a patch to fix this. --- a/tc/Makefile

[OpenWrt-Devel] iproute2 4.17.0 build error

2018-07-14 Thread Syrone Wong
Hi, I checked the patchwork, it's added via https://patchwork.ozlabs.org/patch/877043/ build log below. tc CC tc.o CC tc_qdisc.o CC tc_class.o CC tc_filter.o CC tc_util.o CC tc_monitor.o CC tc_exec.o CC m_police.o