projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970c5d9
)
odhcp6c: Fix build on arch where char is unsigned
author
Steven Barth
<cyrus@openwrt.org>
Sat, 22 Dec 2012 13:00:45 +0000
(13:00 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Sat, 22 Dec 2012 13:00:45 +0000
(13:00 +0000)
SVN-Revision: 34856
package/network/ipv6/odhcp6c/Makefile
patch
|
blob
|
history
diff --git
a/package/network/ipv6/odhcp6c/Makefile
b/package/network/ipv6/odhcp6c/Makefile
index acb85af5e46212e12d7b575b26bf3c33202fe38c..c7147599432def1a190ebdec4633c7f071ca5503 100644
(file)
--- a/
package/network/ipv6/odhcp6c/Makefile
+++ b/
package/network/ipv6/odhcp6c/Makefile
@@
-8,14
+8,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
-PKG_VERSION:=2012-1
1-29
+PKG_VERSION:=2012-1
2-22
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/odhcp6c.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=
53e6041e90e9d69576240ff5e403f8fa35cc6a
93
+PKG_SOURCE_VERSION:=
e8b21f28d61621624a74c40f3709835476a882
93
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>