From 0b2f97beed277c5192fd7b56a66d1b3c4ea52842 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 24 Aug 2020 11:47:25 +0200 Subject: iproute2: Update to version 5.8 The ipk sizes for mips_24Kc change like this: old: ip-full_5.7.0-2_mips_24kc.ipk 165.786 ip-tiny_5.7.0-2_mips_24kc.ipk 117.730 tc_5.7.0-2_mips_24kc.ipk 144.405 new: ip-full_5.8.0-1_mips_24kc.ipk 169.775 ip-tiny_5.8.0-1_mips_24kc.ipk 119.808 tc_5.8.0-1_mips_24kc.ipk 149.053 Signed-off-by: Hauke Mehrtens --- package/network/utils/iproute2/patches/170-ip_tiny.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package/network/utils/iproute2/patches/170-ip_tiny.patch') diff --git a/package/network/utils/iproute2/patches/170-ip_tiny.patch b/package/network/utils/iproute2/patches/170-ip_tiny.patch index 7129d4f19e..c9b28dfe77 100644 --- a/package/network/utils/iproute2/patches/170-ip_tiny.patch +++ b/package/network/utils/iproute2/patches/170-ip_tiny.patch @@ -33,7 +33,7 @@ "where OBJECT := { link | address | addrlabel | route | rule | neigh | ntable |\n" " tunnel | tuntap | maddress | mroute | mrule | monitor | xfrm |\n" " netns | l2tp | fou | macsec | tcp_metrics | token | netconf | ila |\n" - " vrf | sr | nexthop }\n" + " vrf | sr | nexthop | mptcp }\n" +#else + "where OBJECT := { link | address | route | rule | neigh | tunnel | maddress |\n" + " mroute | mrule | monitor | netns | macsec | token | ila |\n" @@ -42,7 +42,7 @@ " OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n" " -h[uman-readable] | -iec | -j[son] | -p[retty] |\n" " -f[amily] { inet | inet6 | mpls | bridge | link } |\n" -@@ -74,35 +80,49 @@ static const struct cmd { +@@ -74,36 +80,50 @@ static const struct cmd { int (*func)(int argc, char **argv); } cmds[] = { { "address", do_ipaddr }, @@ -88,6 +88,7 @@ { "sr", do_seg6 }, +#ifndef IPROUTE2_TINY { "nexthop", do_ipnh }, + { "mptcp", do_mptcp }, +#endif { "help", do_help }, { 0 } @@ -104,4 +105,4 @@ + UTILOBJ = utils.o rt_names.o ll_map.o ll_types.o ll_proto.o ll_addr.o \ inet_proto.o namespace.o json_writer.o json_print.o \ - names.o color.o bpf.o exec.o fs.o + names.o color.o bpf.o exec.o fs.o cg_map.o -- cgit v1.2.3