From: Steven Barth Date: Thu, 17 Jul 2014 19:11:17 +0000 (+0000) Subject: odhcpd: rewrite NDP proxy feature X-Git-Tag: reboot~6480 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c05d6ba1fff8def8198b19bafa8914d24258dd9f;p=openwrt%2Fstaging%2Fchunkeey.git odhcpd: rewrite NDP proxy feature SVN-Revision: 41703 --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index d54e07b29b..1f0cc9dbc0 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2014-07-14 +PKG_VERSION:=2014-07-17 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=44a79aaa051e40e1c431048444552b8c7fe145b9 +PKG_SOURCE_VERSION:=d2b74369ddd2eaeef7d36baed53f709c98c490b0 PKG_MAINTAINER:=Steven Barth