diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-08-07 05:50:44 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-08-07 05:50:44 +0000 |
commit | 4659a5f92055a37328c88ff5ae2ba2a53fe5b988 (patch) | |
tree | a0698367efde02d130e109b097b4fb561d998726 /package/network/services | |
parent | 7dbe0cb7b1281a424c6b6a8fc9dafe82b333047b (diff) | |
download | upstream-4659a5f92055a37328c88ff5ae2ba2a53fe5b988.tar.gz upstream-4659a5f92055a37328c88ff5ae2ba2a53fe5b988.tar.bz2 upstream-4659a5f92055a37328c88ff5ae2ba2a53fe5b988.zip |
odhcpd: correct incorrect commit-id in last commit
SVN-Revision: 42026
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/odhcpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index cf5bbb66eb..ac2572b57b 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -15,7 +15,7 @@ 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:=1126cc3569cdacd0e1b58a3f04061ba2ffe2d837 +PKG_SOURCE_VERSION:=c0c1086c51e1abfc991de11e3d687a60240d2df8 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> |