odhcpd: fix parsing of host entries without duid
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46803
This commit is contained in:
parent
60e786c4cd
commit
8ac42ac28b
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=odhcpd
|
||||
PKG_VERSION:=2015-09-07
|
||||
PKG_VERSION:=2015-09-07-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:=a3d1f5148222174f12ea8df0c20a554fc5eaabab
|
||||
PKG_SOURCE_VERSION:=cb1842c117030e6779f9556cd5d86b1a0ef145d7
|
||||
|
||||
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
|
Loading…
Reference in a new issue