projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e5e2b
)
odhcpd: ignore /64 on interface when doing PD
author
Steven Barth
<
[email protected]
>
Wed, 13 May 2015 12:31:06 +0000
(12:31 +0000)
committer
Steven Barth
<
[email protected]
>
Wed, 13 May 2015 12:31:06 +0000
(12:31 +0000)
Signed-off-by: Steven Barth <
[email protected]
>
SVN-Revision: 45679
package/network/services/odhcpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index 61e4bd4549c8eb02a08b2c11a946fea582f03607..6d6dba3c9e6a33600c9ecf3c80f94de2ab036cd6 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:=2015-05-1
1
+PKG_VERSION:=2015-05-1
3
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:=
681ba23d0b3678a9a0c90ef938cd1d48f2ee6046
+PKG_SOURCE_VERSION:=
dc671c62730d9ff20e7cf06322fb8db203e7bf3f
PKG_MAINTAINER:=Steven Barth <
[email protected]
>
PKG_LICENSE:=GPL-2.0