summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-02-24 13:33:45 +0000
committerSteven Barth <cyrus@openwrt.org>2014-02-24 13:33:45 +0000
commite6044ef1c00ce985616d44d820bf3c057c8e4799 (patch)
treef3e3daa0c3b7ce8c8b91c896c38b9bfc70187f3d
parent97c59cea1f6cb78839e2110acbcf705c5970886e (diff)
downloadmaster-31e0f0ae-e6044ef1c00ce985616d44d820bf3c057c8e4799.tar.gz
master-31e0f0ae-e6044ef1c00ce985616d44d820bf3c057c8e4799.tar.bz2
master-31e0f0ae-e6044ef1c00ce985616d44d820bf3c057c8e4799.zip
odhcpd: fix DNS-server and MSR-entries in RA
Similarly to the previously broken address pools, DNS-servers and some MSRs could be advertised incorrectly as well. This is now fixed. SVN-Revision: 39739
-rw-r--r--package/network/services/odhcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index c8e46498d0..df6137f623 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-02-21
+PKG_VERSION:=2014-02-24
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:=79d005edf35a363e2d254e37ca2edcd743c2b4f6
+PKG_SOURCE_VERSION:=24c344b621b0d8d81be2aaac806d905dbe6bbca6
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>