From 2da441663d4c6a68d61a6c4bc70be7c459093c89 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 19 Sep 2005 23:42:54 +0000 Subject: [PATCH] updated to new upstream release (v0.4.0), enabled when DEVELOPER=1 SVN-Revision: 1954 --- openwrt/package/ndisc/Config.in | 6 ++---- openwrt/package/ndisc/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/openwrt/package/ndisc/Config.in b/openwrt/package/ndisc/Config.in index 8759c32554..5aea49c8e8 100644 --- a/openwrt/package/ndisc/Config.in +++ b/openwrt/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/openwrt/package/ndisc/Makefile b/openwrt/package/ndisc/Makefile index 93196bd3b5..cde15f218e 100644 --- a/openwrt/package/ndisc/Makefile +++ b/openwrt/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 -- 2.25.1