]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
iproute2: fix configure output file name
authorBaruch Siach <baruch@tkos.co.il>
Sun, 17 Dec 2017 21:48:24 +0000 (23:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 18 Dec 2017 09:01:53 +0000 (10:01 +0100)
iproute2 renamed the configure script output file to config.mk. Update
the config tweaking code accordingly.

The configure script now detects xtables correctly, drop this part.

Add a comment to explain the TC_CONFIG_XT disable tweak.

Cc: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/iproute2/iproute2.mk

index c01917dffef0e9a248cc66f382fcf1fe2a29d4ae..15bb132c500169bfaf9bbb9896f10f90c707da45 100644 (file)
@@ -31,9 +31,8 @@ define IPROUTE2_WITH_IPTABLES
 endef
 else
 define IPROUTE2_WITH_IPTABLES
-       # em_ipset needs xtables, but configure misdetects it
-       echo "TC_CONFIG_IPSET:=n" >>$(@D)/Config
-       echo "TC_CONFIG_XT:=n" >>$(@D)/Config
+       # m_xt.so is built unconditionally
+       echo "TC_CONFIG_XT:=n" >>$(@D)/config.mk
 endef
 endif