From: cyrus Date: Thu, 17 Jul 2014 19:11:17 +0000 (+0000) Subject: odhcpd: rewrite NDP proxy feature X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=237226f6836deb7607d3d84e4056b3181f2fa20a;p=openwrt.git odhcpd: rewrite NDP proxy feature git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41703 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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