X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ndppd%2FMakefile;h=ebc764c2fad8b5e7c611d79290836b4a489362ba;hb=5cd413d16a802f0257cf92d0b5772d9b60863a3a;hp=b7c3282c32bacdc5555a6a926e8b6e48c4f95f0f;hpb=a9a174bc33dac6ebe7122a82298de3fdf4db5812;p=lede-routing%2F.git diff --git a/ndppd/Makefile b/ndppd/Makefile index b7c3282..ebc764c 100644 --- a/ndppd/Makefile +++ b/ndppd/Makefile @@ -8,14 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ndppd -PKG_VERSION:=0.2.2 -PKG_RELEASE:=2 +PKG_VERSION:=0.2.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz # Latest release PKG_SOURCE_URL:=http://www.priv.nu/projects/ndppd/files/ -PKG_MD5SUM:=d90c4b65777a62274c1837dba341e5a8 +PKG_MD5SUM:=d6f3243bb7fc04c8085371c9acddc50e +PKG_LICENSE:=GPL-3.0+ # Development snapshot #PKG_SOURCE_URL=git://github.com/Tuhox/ndppd.git @@ -30,7 +31,7 @@ define Package/ndppd CATEGORY:=Network TITLE:=NDP Proxy Daemon URL:=http://www.priv.nu/projects/ndppd/ - MAINTAINER:=Gabriel Kerneis + MAINTAINER:=Gabriel Kerneis DEPENDS:=+kmod-ipv6 $(CXX_DEPENDS) endef