aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-10 11:52:42 +0000
committerSteven Barth <steven@midlink.org>2015-04-10 11:52:42 +0000
commit6f26347a75fc0a3e5afc22dae2e87a0511bf2cc3 (patch)
treeb938c9f8757774e7185013fddc5e000a2ca2ba6a /package/network/services/odhcpd
parent8083f271be037f4e312d8e8c564e8ff87a8a9d27 (diff)
downloadmaster-187ad058-6f26347a75fc0a3e5afc22dae2e87a0511bf2cc3.tar.gz
master-187ad058-6f26347a75fc0a3e5afc22dae2e87a0511bf2cc3.tar.bz2
master-187ad058-6f26347a75fc0a3e5afc22dae2e87a0511bf2cc3.zip
odhcpd: send current hop-limit by default in RAs
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd')
-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 6d172e06f8..3e9841f3f5 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:=2015-04-06
+PKG_VERSION:=2015-04-10
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:=9bdbc5a4be1ab75145431bc728159a55c723e2ca
+PKG_SOURCE_VERSION:=e23972527f93a3d2a5412400384519ff550708b7
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0