[PATCH] Update iputils to 20101006

This patch also fixes the ping6 linking issues with uClibc by disabling
the libresolv-based stuff (the "-N nodeinfo-option" feature).

Signed-off-by: Luis Alberto Dallos Roa <luis.dallos at gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26994 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2011-05-24 09:46:46 +00:00
parent 358b1ea86b
commit 3475b58d04
5 changed files with 223 additions and 20 deletions

View File

@ -1,9 +1,9 @@
diff -ur iputils/Makefile iputils_new/Makefile
--- iputils/Makefile 2002-09-20 18:23:55.000000000 +0000
+++ iputils_new/Makefile 2007-05-17 13:59:55.000000000 +0000
@@ -27,8 +27,8 @@
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) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
CFLAGS=$(CCOPT) $(GLIBCFIX) $(DEFINES)
-IPV4_TARGETS=tracepath ping clockdiff rdisc arping tftpd rarpd
-IPV6_TARGETS=tracepath6 traceroute6 ping6
@ -11,4 +11,4 @@ diff -ur iputils/Makefile iputils_new/Makefile
+IPV6_TARGETS=tracepath6 traceroute6 ping6
TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS)
all: check-kernel $(TARGETS)
LASTTAG:=`git describe HEAD | sed -e 's/-.*//'`