aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-07-14 13:39:03 +0000
committerSteven Barth <steven@midlink.org>2014-07-14 13:39:03 +0000
commit399db2dbe917b2329515749f7882114f27aea1db (patch)
treedf4210f327bc8e6ddca33f643d8ff1a0c30d6086 /package/network/services/odhcpd
parent8ce92a1769e82a306930d15a56528c894a32399e (diff)
downloadupstream-399db2dbe917b2329515749f7882114f27aea1db.tar.gz
upstream-399db2dbe917b2329515749f7882114f27aea1db.tar.bz2
upstream-399db2dbe917b2329515749f7882114f27aea1db.zip
odhcpd: disable packet socket if unneeded to preserve performance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41644 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 aa080465e2..d54e07b29b 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-01
+PKG_VERSION:=2014-07-14
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:=4267915aef64aae345972c77148b11759a172b14
+PKG_SOURCE_VERSION:=44a79aaa051e40e1c431048444552b8c7fe145b9
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>