aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iputils/patches/001-iputils.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-12-06 06:55:24 +0100
committerPetr Štetiar <ynezz@true.cz>2019-12-19 22:41:57 +0100
commit98b3526bf23e8d1b48939c937c9b12e4f2160415 (patch)
tree2fe7b3fe564f739dd578da3a6d0903c13a7ec2aa /package/network/utils/iputils/patches/001-iputils.patch
parent2a82e0e1ca0f10406e6d6d8d7b95e9bb4445940d (diff)
downloadupstream-98b3526bf23e8d1b48939c937c9b12e4f2160415.tar.gz
upstream-98b3526bf23e8d1b48939c937c9b12e4f2160415.tar.bz2
upstream-98b3526bf23e8d1b48939c937c9b12e4f2160415.zip
iputils: move iputils tools to packages feed
iputils has moved from the master tree to the packages feed, and is switching from the abandoned skbuff.net upstream to github.com/iputils/iputils. Ref: https://git.openwrt.org/556698cedf9e86a0ffe9f148d4e8e733676c26f6 Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/network/utils/iputils/patches/001-iputils.patch')
-rw-r--r--package/network/utils/iputils/patches/001-iputils.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/network/utils/iputils/patches/001-iputils.patch b/package/network/utils/iputils/patches/001-iputils.patch
deleted file mode 100644
index e57db1379e..0000000000
--- a/package/network/utils/iputils/patches/001-iputils.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur a/Makefile b/Makefile
---- a/Makefile 2002-09-20 18:23:55.000000000 +0000
-+++ b/Makefile 2007-05-17 13:59:55.000000000 +0000
-@@ -16,8 +16,8 @@
- CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
- CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES)
-
--IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
--IPV6_TARGETS=tracepath6 traceroute6 ping6
-+IPV4_TARGETS=tracepath ping clockdiff arping tftpd
-+IPV6_TARGETS=tracepath6 traceroute6 ping6
- TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
-
- LASTTAG:=`git describe HEAD | sed -e 's/-.*//'`