projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497a243
)
odhcp6c: Fix build on arch where char is unsigned
author
Steven Barth
<steven@midlink.org>
Sat, 22 Dec 2012 13:00:45 +0000
(13:00 +0000)
committer
Steven Barth
<steven@midlink.org>
Sat, 22 Dec 2012 13:00:45 +0000
(13:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34856
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/ipv6/odhcp6c/Makefile
patch
|
blob
|
history
diff --git
a/package/network/ipv6/odhcp6c/Makefile
b/package/network/ipv6/odhcp6c/Makefile
index
acb85af
..
c714759
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>