aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-12 09:22:07 +0000
committerSteven Barth <steven@midlink.org>2014-06-12 09:22:07 +0000
commit868a9c8703e00c91b5fd31b249f0c6b2effc1550 (patch)
treed5b985ac0846305f8ae8862f13191ee9359200d5 /package/network/services/odhcpd/Makefile
parenta6e15f806007d56125f6309a874137d0389afa00 (diff)
downloadupstream-868a9c8703e00c91b5fd31b249f0c6b2effc1550.tar.gz
upstream-868a9c8703e00c91b5fd31b249f0c6b2effc1550.tar.bz2
upstream-868a9c8703e00c91b5fd31b249f0c6b2effc1550.zip
odhcpd: use search domain instead of domain attribute
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd/Makefile')
-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 37b6156bc6..7259339b20 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-06-10
+PKG_VERSION:=2014-06-12
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:=6c93cef912cc3f9b0bd0805bd66289d72bc315e5
+PKG_SOURCE_VERSION:=ff3f9bb1a2421c02f53504b177ff35e366ed43ab
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>