Update to iproute2 4.7.0, which - thanks to Alexander Aring - includes a
patch to fix a xtables-related build failure.

In addition we have to set TC_CONFIG_XT to y. Otherwise, the
hand-crafted Configure script enables legacy iptables code, which in
turn leads to multiple build failures.
Enabling the iptables package in ptxdist is still not required.

Also pass the kernel headers include directory to make.

Replace the description of tc with a few modified lines from the
manpage.

Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---

Changes from v2:
- Better commit message
- Use KERNEL_HEADERS_INCLUDE_DIR
- Whitespace cleanup

 rules/iproute2.in   |  5 +++--
 rules/iproute2.make | 13 ++++++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/rules/iproute2.in b/rules/iproute2.in
index dadad03..888b595 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -135,7 +135,8 @@ config IPROUTE2_TC
        bool
        prompt "tc"
        help
-         In Quality Of Service (QOS) and Class Of Service (COS)
-         scenarios used for traffic controlling
+         tc is used to configure Traffic Control in the Linux Kernel, which
+         consists of Shaping, Scheduling, Policing and Dropping.
+         Processing of traffic is controlled by qdiscs, classes and filters.
 
 endif
diff --git a/rules/iproute2.make b/rules/iproute2.make
index 34f93f4..4178ebb 100644
--- a/rules/iproute2.make
+++ b/rules/iproute2.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_IPROUTE2) += iproute2
 #
 # Paths and names
 #
-IPROUTE2_VERSION       := 4.4.0
-IPROUTE2_MD5           := d762653ec3e1ab0d4a9689e169ca184f
+IPROUTE2_VERSION       := 4.7.0
+IPROUTE2_MD5           := d4b205830cdc2702f8a0cbd6232129cd
 IPROUTE2               := iproute2-$(IPROUTE2_VERSION)
 IPROUTE2_SUFFIX                := tar.xz
 IPROUTE2_URL           := $(call ptx/mirror, KERNEL, 
utils/net/iproute2/$(IPROUTE2).$(IPROUTE2_SUFFIX))
@@ -38,7 +38,7 @@ $(STATEDIR)/iproute2.prepare:
        @$(call world/prepare, IPROUTE2)
 # overwrite options we don't want, or may be misdetected
        @echo 'TC_CONFIG_ATM:=n'        >> $(IPROUTE2_DIR)/Config
-       @echo 'TC_CONFIG_XT:=n'         >> $(IPROUTE2_DIR)/Config
+       @echo 'TC_CONFIG_XT:=y'         >> $(IPROUTE2_DIR)/Config
        @echo 'IPT_LIB_DIR:=/usr/lib'   >> $(IPROUTE2_DIR)/Config
        @echo 'TC_CONFIG_ELF:=n'        >> $(IPROUTE2_DIR)/Config
 ifndef PTXCONF_GLOBAL_SELINUX
@@ -53,7 +53,8 @@ endif
 IPROUTE2_MAKE_OPT := \
        DESTDIR=$(SYSROOT) \
        LDFLAGS='-rdynamic' \
-       WFLAGS="-Wall"
+       WFLAGS="-Wall" \
+       KERNEL_INCLUDE="$(KERNEL_HEADERS_INCLUDE_DIR)/"
 
 # ----------------------------------------------------------------------------
 # Target-Install
@@ -93,18 +94,20 @@ $(STATEDIR)/iproute2.targetinstall:
        done
 
 ifdef PTXCONF_IPROUTE2_TC
+       @$(call install_copy, iproute2, 0, 0, 0644, -, /usr/lib/tc/normal.dist)
        @$(call install_copy, iproute2, 0, 0, 0644, -, /usr/lib/tc/pareto.dist)
        @$(call install_copy, iproute2, 0, 0, 0644, -, 
/usr/lib/tc/paretonormal.dist)
        @$(call install_copy, iproute2, 0, 0, 0644, -, 
/usr/lib/tc/experimental.dist)
 endif
 
        @$(call install_alternative, iproute2, 0, 0, 0644, 
/etc/iproute2/ematch_map)
+       @$(call install_alternative, iproute2, 0, 0, 0644, /etc/iproute2/group)
+       @$(call install_alternative, iproute2, 0, 0, 0644, 
/etc/iproute2/nl_protos)
        @$(call install_alternative, iproute2, 0, 0, 0644, 
/etc/iproute2/rt_dsfield)
        @$(call install_alternative, iproute2, 0, 0, 0644, 
/etc/iproute2/rt_protos)
        @$(call install_alternative, iproute2, 0, 0, 0644, 
/etc/iproute2/rt_realms)
        @$(call install_alternative, iproute2, 0, 0, 0644, 
/etc/iproute2/rt_scopes)
        @$(call install_alternative, iproute2, 0, 0, 0644, 
/etc/iproute2/rt_tables)
-       @$(call install_alternative, iproute2, 0, 0, 0644, /etc/iproute2/group)
 
        @$(call install_finish, iproute2)
 
-- 
2.10.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to