aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2021-07-27 20:13:40 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-08-08 19:50:46 +0200
commit97d88b1fbd62ad8a24b076d317c7408ee7012757 (patch)
tree711fac53c9fb1df226e415f1a2b85fe6745d4c22 /package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch
parent9df7eadcfd3129cecfb30ec78a43ae9b3175869e (diff)
downloadupstream-97d88b1fbd62ad8a24b076d317c7408ee7012757.tar.gz
upstream-97d88b1fbd62ad8a24b076d317c7408ee7012757.tar.bz2
upstream-97d88b1fbd62ad8a24b076d317c7408ee7012757.zip
iproute2: bump to 5.13
Drop patch 185-libbpf-add-limits-h merged upstream Update patch 170-ip_tiny Update patch 130-no_netem_tpic_dcb... Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch')
-rw-r--r--package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch b/package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch
new file mode 100644
index 0000000000..8ddb316744
--- /dev/null
+++ b/package/network/utils/iproute2/patches/130-no_netem_tipc_dcb_man_vdpa.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -55,7 +55,7 @@ WFLAGS += -Wmissing-declarations -Wold-s
+ CFLAGS := $(WFLAGS) $(CCOPTS) -I../include -I../include/uapi $(DEFINES) $(CFLAGS)
+ YACCFLAGS = -d -t -v
+
+-SUBDIRS=lib ip tc bridge misc netem genl tipc devlink rdma dcb man vdpa
++SUBDIRS=lib ip tc bridge misc genl devlink rdma
+
+ LIBNETLINK=../lib/libutil.a ../lib/libnetlink.a
+ LDLIBS += $(LIBNETLINK)