projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6086a3
)
odhcpd: fix regression in dhcpv6 t1 and t2 calculation
author
Steven Barth
<
[email protected]
>
Sat, 18 Oct 2014 15:47:31 +0000
(15:47 +0000)
committer
Steven Barth
<
[email protected]
>
Sat, 18 Oct 2014 15:47:31 +0000
(15:47 +0000)
Signed-off-by: Steven Barth <
[email protected]
>
SVN-Revision: 42951
package/network/services/odhcpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index 2076bdae3b176948321595cdef67eb1edca2f20a..8725d53d4076ef29f9edbce002d65db298b02e93 100644
(file)
--- 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-10-1
7
+PKG_VERSION:=2014-10-1
8
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:=
ff9d2a001bea612cad05d9d317f0f0ca555aa72f
+PKG_SOURCE_VERSION:=
b461334ab277b6e8fd1622ab7c8a655363bd3f6c
PKG_MAINTAINER:=Steven Barth <
[email protected]
>