X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=ndppd%2FMakefile;h=9a3d55ea4a6c4b01a2bd2baac634e232e49d738a;hb=1c6ef01fe2b0d2c2ec52d67b564c1f34e2b8c39d;hp=ebc764c2fad8b5e7c611d79290836b4a489362ba;hpb=5cd413d16a802f0257cf92d0b5772d9b60863a3a;p=feed%2Frouting.git diff --git a/ndppd/Makefile b/ndppd/Makefile index ebc764c..9a3d55e 100644 --- a/ndppd/Makefile +++ b/ndppd/Makefile @@ -11,11 +11,11 @@ PKG_NAME:=ndppd PKG_VERSION:=0.2.3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_VERSION).tar.gz # Latest release -PKG_SOURCE_URL:=http://www.priv.nu/projects/ndppd/files/ -PKG_MD5SUM:=d6f3243bb7fc04c8085371c9acddc50e +PKG_SOURCE_URL:=https://github.com/DanielAdolfsson/ndppd/archive +PKG_MD5SUM:=1391c063db64b47541e58da12e5ae60d PKG_LICENSE:=GPL-3.0+ # Development snapshot @@ -32,7 +32,7 @@ define Package/ndppd TITLE:=NDP Proxy Daemon URL:=http://www.priv.nu/projects/ndppd/ MAINTAINER:=Gabriel Kerneis - DEPENDS:=+kmod-ipv6 $(CXX_DEPENDS) + DEPENDS:=@IPV6 $(CXX_DEPENDS) endef define Package/ndppd/description