X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ndppd%2FMakefile;h=c5f1d20339ad93b7142d1ccca5fec653e6854fab;hb=e291dcb7c382306e2d38378fbcce5b7f12c0f648;hp=b7c3282c32bacdc5555a6a926e8b6e48c4f95f0f;hpb=0fda0b049c88398e6b47e45be95553d638e81e54;p=lede-routing%2F.git diff --git a/ndppd/Makefile b/ndppd/Makefile index b7c3282..c5f1d20 100644 --- a/ndppd/Makefile +++ b/ndppd/Makefile @@ -8,14 +8,14 @@ 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 # Development snapshot #PKG_SOURCE_URL=git://github.com/Tuhox/ndppd.git @@ -30,7 +30,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