summaryrefslogtreecommitdiffstats
path: root/package/iputils/iputils.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-05 19:52:02 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-05 21:38:11 +0200
commit8f5fcfc1914207321544a1d5465c06a1117dee41 (patch)
tree2b1f918793af08b8b6bd058f4b780cd4caf6e3a8 /package/iputils/iputils.mk
parentec03cb19dd161b3213de5078bb3cab117581bd4c (diff)
downloadbuildroot-8f5fcfc1914207321544a1d5465c06a1117dee41.tar.gz
buildroot-8f5fcfc1914207321544a1d5465c06a1117dee41.zip
package/iputils: bump version
tracepath and tracepath6 were merged recently: https://github.com/iputils/iputils/pull/48 Therefore we do not need to install tracepath6 anymore. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/iputils/iputils.mk')
-rw-r--r--package/iputils/iputils.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 18e48b4beb..d6398f7dcf 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -11,7 +11,7 @@
# and IPv6 updates.
# http://www.spinics.net/lists/netdev/msg279881.html
-IPUTILS_VERSION = 31d947cf7156cf78d3f57e0bd82b33e6f6ece6b4
+IPUTILS_VERSION = 55828d1fef3fed7f07abcbf7be9282a9662e78c7
IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
IPUTILS_LICENSE = GPLv2+, BSD-3c, BSD-4c
# Only includes a license file for BSD
@@ -66,7 +66,6 @@ define IPUTILS_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 755 $(@D)/rdisc $(TARGET_DIR)/sbin/rdisc
$(INSTALL) -D -m 755 $(@D)/tftpd $(TARGET_DIR)/usr/sbin/in.tftpd
$(INSTALL) -D -m 755 $(@D)/tracepath $(TARGET_DIR)/bin/tracepath
- $(INSTALL) -D -m 755 $(@D)/tracepath6 $(TARGET_DIR)/bin/tracepath6
$(INSTALL) -D -m 755 $(@D)/traceroute6 $(TARGET_DIR)/bin/traceroute6
endef
OpenPOWER on IntegriCloud