summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-01-17 19:05:54 +0000
committerSteven Barth <cyrus@openwrt.org>2014-01-17 19:05:54 +0000
commit24ba4341851f2bb71d222dbfe5354bc475f5ec5b (patch)
treeae725e8adf8e87a3b84edfb77a959cd58eda798e /package/network
parent2c9d868900af11ecef189a570f52381c6d59ea1e (diff)
downloadmtk-20170518-24ba4341851f2bb71d222dbfe5354bc475f5ec5b.zip
mtk-20170518-24ba4341851f2bb71d222dbfe5354bc475f5ec5b.tar.gz
mtk-20170518-24ba4341851f2bb71d222dbfe5354bc475f5ec5b.tar.bz2
odhcpd: be even less verbose and don't start unnecessary relays
SVN-Revision: 39315
Diffstat (limited to 'package/network')
-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 3691e57..77e7bb9 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-01-18.1
+PKG_VERSION:=2014-01-18.2
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:=3e48070e686c10a6c01b5a8d706151d6ae0c932a
+PKG_SOURCE_VERSION:=72fec39d4446d9bb9416763043c79d5135c84fbd
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>