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:
1ea8e3c
)
odhcpd: fix accidental logic inversion
author
Steven Barth
<
[email protected]
>
Tue, 14 Apr 2015 14:21:52 +0000
(14:21 +0000)
committer
Steven Barth
<
[email protected]
>
Tue, 14 Apr 2015 14:21:52 +0000
(14:21 +0000)
Signed-off-by: Steven Barth <
[email protected]
>
SVN-Revision: 45435
package/network/services/odhcpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index a3817c0a27fef344eb09a9c08d3b4b332be626f9..b834e08d56825ca31ffc3a1f466edb7ee1cac8e3 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-04-1
3
+PKG_VERSION:=2015-04-1
4
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:=
a06dd6481cd046e4856774ac32cdc11f4bc721e2
+PKG_SOURCE_VERSION:=
33858d341fa7eff6e7245a2486fc42aee64c81ff
PKG_MAINTAINER:=Steven Barth <
[email protected]
>
PKG_LICENSE:=GPL-2.0