odhcpd: avoid the unspecificed address being advertised as DNS
SVN-Revision: 39740
This commit is contained in:
parent
e6044ef1c0
commit
8aa91b167f
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=odhcpd
|
||||
PKG_VERSION:=2014-02-24
|
||||
PKG_VERSION:=2014-02-24.1
|
||||
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:=24c344b621b0d8d81be2aaac806d905dbe6bbca6
|
||||
PKG_SOURCE_VERSION:=d21af09a10de15f340b5bbd05ddf0603dae0584e
|
||||
|
||||
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue