odhcpd: fix typo in ubus integration (thanks Markus Stenberg)
SVN-Revision: 41796
This commit is contained in:
parent
4f5081c911
commit
b864faa47c
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=odhcpd
|
||||
PKG_VERSION:=2014-07-17
|
||||
PKG_VERSION:=2014-07-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:=d2b74369ddd2eaeef7d36baed53f709c98c490b0
|
||||
PKG_SOURCE_VERSION:=d167decf6d29cb39679f485d8b97ced815d5c8bb
|
||||
|
||||
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue