summaryrefslogtreecommitdiffstats
path: root/package/ndisc
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-19 23:42:54 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-19 23:42:54 +0000
commit94e4871494df687c1c8fc8e9342a7d7693aedb73 (patch)
treeafc4a179422bfaa559068bd852d495d251f7e628 /package/ndisc
parentad2784bf1b6e175d5ba9db191df7f4989c83917c (diff)
updated to new upstream release (v0.4.0),
enabled when DEVELOPER=1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ndisc')
-rw-r--r--package/ndisc/Config.in6
-rw-r--r--package/ndisc/Makefile6
2 files changed, 5 insertions, 7 deletions
diff --git a/package/ndisc/Config.in b/package/ndisc/Config.in
index 8759c3255..5aea49c8e 100644
--- a/package/ndisc/Config.in
+++ b/package/ndisc/Config.in
@@ -7,8 +7,7 @@ config BR2_PACKAGE_NDISC
config BR2_PACKAGE_NDISC6
tristate "ndisc6 - ICMPv6 neighbour discovery tool"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_NDISC
help
@@ -19,8 +18,7 @@ config BR2_PACKAGE_NDISC6
config BR2_PACKAGE_RDISC6
tristate "rdisc6 - ICMPv6 router discovery tool"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_NDISC
help
diff --git a/package/ndisc/Makefile b/package/ndisc/Makefile
index 93196bd3b..cde15f218 100644
--- a/package/ndisc/Makefile
+++ b/package/ndisc/Makefile
@@ -3,11 +3,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ndisc6
-PKG_VERSION:=0.1.4
+PKG_VERSION:=0.4.0
PKG_RELEASE:=1
-PKG_MD5SUM:= 57e86029d41734404d62330961c3d20c
+PKG_MD5SUM:=7c30f2bfdfc4bd7b7c986503083f218d
-PKG_SOURCE_URL:=http://people.via.ecp.fr/~rem/ndisc6/v0.1/
+PKG_SOURCE_URL:=http://people.via.ecp.fr/~rem/ndisc6/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_CAT:=bzcat