iputils: move to trunk and add myself as maintainer
[openwrt/openwrt.git] / package / network / utils / iputils / patches / 001-iputils.patch
1 diff -ur a/Makefile b/Makefile
2 --- a/Makefile 2002-09-20 18:23:55.000000000 +0000
3 +++ b/Makefile 2007-05-17 13:59:55.000000000 +0000
4 @@ -16,8 +16,8 @@
5 CCOPT=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
6 CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES)
7
8 -IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
9 -IPV6_TARGETS=tracepath6 traceroute6 ping6
10 +IPV4_TARGETS=tracepath ping clockdiff arping tftpd
11 +IPV6_TARGETS=tracepath6 traceroute6 ping6
12 TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
13
14 LASTTAG:=`git describe HEAD | sed -e 's/-.*//'`