summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-02-21 18:02:25 +0000
committerSteven Barth <cyrus@openwrt.org>2014-02-21 18:02:25 +0000
commit980626aa329659be8baeb3d53bf528e06012b5d3 (patch)
tree949c504add62aac236d508873c518cdcb08882cb
parent6a4ecd05f006c2ee8f17d466a3fa786394e04b4f (diff)
downloadmtk-20170518-980626aa329659be8baeb3d53bf528e06012b5d3.zip
mtk-20170518-980626aa329659be8baeb3d53bf528e06012b5d3.tar.gz
mtk-20170518-980626aa329659be8baeb3d53bf528e06012b5d3.tar.bz2
odhcpd: fix wrong address pool being advertised
SVN-Revision: 39651
-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 23272b3..c8e4649 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-17
+PKG_VERSION:=2014-02-21
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:=e9a21fdb43c9f94762a724db1a043b376f745ae3
+PKG_SOURCE_VERSION:=79d005edf35a363e2d254e37ca2edcd743c2b4f6
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>