summaryrefslogtreecommitdiff
path: root/package/ndisc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 15:35:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 15:35:26 +0100
commita8bb4a2200eebf863c5a156677d696e98c4644e7 (patch)
treecee0bebe783226e0846969143d8449abc9308d19 /package/ndisc
parent81a6996f5152a31c2e36b5c7cef61e6ab4a2ceeb (diff)
disable for musl, update to latest upstream
Diffstat (limited to 'package/ndisc')
-rw-r--r--package/ndisc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/ndisc/Makefile b/package/ndisc/Makefile
index 5e044ded4..b82b4ebb8 100644
--- a/package/ndisc/Makefile
+++ b/package/ndisc/Makefile
@@ -4,14 +4,16 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= ndisc6
-PKG_VERSION:= 0.9.8
+PKG_VERSION:= 1.0.2
PKG_RELEASE:= 1
-PKG_MD5SUM:= cb8d70564b8d40aae95e19592c6be183
+PKG_MD5SUM:= 50cb4c19606cf6ff2b7388e71832f579
PKG_DESCR:= ICMPv6 Neighbour Discovery tools
PKG_SECTION:= ipv6
PKG_URL:= http://www.remlab.net/
PKG_SITES:= http://www.remlab.net/files/ndisc6/
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
+
PKG_SUBPKGS:= NDISC6 RDISC6 TCPTRACEROUTE6
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2