summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 09:58:47 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 09:58:47 +0100
commit53d4454e6605b77bec5d50d2aacd79e860e8d8bc (patch)
tree3194a9b9a3ebef5c317146f221c9b38c5e516cb6 /patches
parent06c081780e0937288e96f95022811b9de9f6397a (diff)
downloadptxdist-53d4454e6605b77bec5d50d2aacd79e860e8d8bc.tar.gz
ptxdist-53d4454e6605b77bec5d50d2aacd79e860e8d8bc.tar.xz
iproute2: remove old patches
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/iproute2-4.2.0/0001-build-system-fixes.patch39
-rw-r--r--patches/iproute2-4.2.0/series4
2 files changed, 0 insertions, 43 deletions
diff --git a/patches/iproute2-4.2.0/0001-build-system-fixes.patch b/patches/iproute2-4.2.0/0001-build-system-fixes.patch
deleted file mode 100644
index 1d7a8fe10..000000000
--- a/patches/iproute2-4.2.0/0001-build-system-fixes.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 21ba3bd71071e8d9062e54d52681defd1250c6a9 Mon Sep 17 00:00:00 2001
-From: Juergen Beisert <juergen@kreuzholzen.de>
-Date: Sun, 16 Jun 2013 11:17:42 +0200
-Subject: [PATCH] build system fixes
-
-Build arpd only if the user has requested it.
-Add a mechanism to feed in CPPFLAGS for cross builds.
-
-Signed-off-by: Juergen Beisert <juergen@kreuzholzen.de>
-Signed-off-by: Jon Ringle <jon@ringle.org>
-[Rebased to 3.14.0]
-Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
----
- misc/Makefile | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/misc/Makefile b/misc/Makefile
-index 004bcc3..34af65c 100644
---- a/misc/Makefile
-+++ b/misc/Makefile
-@@ -1,10 +1,14 @@
- SSOBJ=ss.o ssfilter.o
- LNSTATOBJ=lnstat.o lnstat_util.o
-
--TARGETS=ss nstat ifstat rtacct arpd lnstat
-+TARGETS=ss nstat ifstat rtacct lnstat
-
- include ../Config
-
-+ifdef BUILD_ARPD
-+TARGETS += arpd
-+endif
-+
- ifeq ($(HAVE_SELINUX),y)
- LDLIBS += $(shell pkg-config --libs libselinux)
- CFLAGS += $(shell pkg-config --cflags libselinux) -DHAVE_SELINUX
---
-1.9.0
-
diff --git a/patches/iproute2-4.2.0/series b/patches/iproute2-4.2.0/series
deleted file mode 100644
index 630efcf86..000000000
--- a/patches/iproute2-4.2.0/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-build-system-fixes.patch
-# 6bd4edb4380a1163a2e685e434917e83 - git-ptx-patches magic