summaryrefslogtreecommitdiffstats
path: root/abs/core/iproute2/unwanted-link-help.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/iproute2/unwanted-link-help.patch')
-rw-r--r--abs/core/iproute2/unwanted-link-help.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/core/iproute2/unwanted-link-help.patch b/abs/core/iproute2/unwanted-link-help.patch
deleted file mode 100644
index 8abe9e3..0000000
--- a/abs/core/iproute2/unwanted-link-help.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ru iproute2-3.10.0.orig/ip/iplink.c iproute2-3.10.0/ip/iplink.c
---- iproute2-3.10.0.orig/ip/iplink.c 2013-08-08 13:53:33.000000000 -0700
-+++ iproute2-3.10.0/ip/iplink.c 2013-08-08 13:55:03.179865309 -0700
-@@ -467,11 +467,11 @@
- addattr_l(&req->n, sizeof(*req), IFLA_NUM_RX_QUEUES,
- &numrxqueues, 4);
- } else {
-+ if (matches(*argv, "help") == 0)
-+ usage();
- if (strcmp(*argv, "dev") == 0) {
- NEXT_ARG();
- }
-- if (matches(*argv, "help") == 0)
-- usage();
- if (*dev)
- duparg2("dev", *argv);
- *dev = *argv;