diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:42:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:42:54 +0000 |
commit | 2da441663d4c6a68d61a6c4bc70be7c459093c89 (patch) | |
tree | bfc6b34b7814579e2c3bdff9ccb710b5a895e81c /openwrt/package/ndisc/Makefile | |
parent | 33660e458e472121fc333977d889c206078d9d66 (diff) | |
download | mtk-20170518-2da441663d4c6a68d61a6c4bc70be7c459093c89.zip mtk-20170518-2da441663d4c6a68d61a6c4bc70be7c459093c89.tar.gz mtk-20170518-2da441663d4c6a68d61a6c4bc70be7c459093c89.tar.bz2 |
updated to new upstream release (v0.4.0), enabled when DEVELOPER=1
SVN-Revision: 1954
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 93196bd..cde15f2 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 |