aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iputils/patches/001-iputils.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-10 13:22:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-10 13:22:18 +0000
commit3443e6d7375e839680fa7ef892bf8021d056d94b (patch)
tree77377f2dff81a2effe4acba142e3d7becbce501e /package/network/utils/iputils/patches/001-iputils.patch
parent630dbab6498fc2a5a36385c8ababea1e837650ad (diff)
downloadmaster-187ad058-3443e6d7375e839680fa7ef892bf8021d056d94b.tar.gz
master-187ad058-3443e6d7375e839680fa7ef892bf8021d056d94b.tar.bz2
master-187ad058-3443e6d7375e839680fa7ef892bf8021d056d94b.zip
iputils: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33704 3c298f89-4303-0410-b956-a3cf2f4a3e73
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, 14 insertions, 0 deletions
diff --git a/package/network/utils/iputils/patches/001-iputils.patch b/package/network/utils/iputils/patches/001-iputils.patch
new file mode 100644
index 0000000000..e57db1379e
--- /dev/null
+++ b/package/network/utils/iputils/patches/001-iputils.patch
@@ -0,0 +1,14 @@
+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/-.*//'`