diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:42:54 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:42:54 +0000 |
commit | c73c6f7831b0cbf9662aecc668bd53d13644544b (patch) | |
tree | bfc6b34b7814579e2c3bdff9ccb710b5a895e81c /openwrt/package/ndisc/Makefile | |
parent | 01663c8d299b399f523b9d9fe23affa9057d7782 (diff) |
updated to new upstream release (v0.4.0),
enabled when DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ndisc/Makefile')
-rw-r--r-- | openwrt/package/ndisc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/ndisc/Makefile b/openwrt/package/ndisc/Makefile index 93196bd3b..cde15f218 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 |