aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-22 09:38:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-22 09:38:00 +0000
commit4c8c6257d40fbddea959a9456e5737cb0901f50d (patch)
treeda4cb6755ccd8b41be8062677f3256b37c8844a3 /package/network/services/uhttpd/Makefile
parentfbfc90de7d7e27ffc7520734bcec0a233cb44836 (diff)
downloadmaster-187ad058-4c8c6257d40fbddea959a9456e5737cb0901f50d.tar.gz
master-187ad058-4c8c6257d40fbddea959a9456e5737cb0901f50d.tar.bz2
master-187ad058-4c8c6257d40fbddea959a9456e5737cb0901f50d.zip
uhttpd: fix another small hang issue with the same symptoms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-rw-r--r--package/network/services/uhttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index b8d844b77d..6f3d1507ae 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -14,7 +14,7 @@ PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uhttpd2.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=1ee2a91ec1717f406c905a4ce6ae7d7104b8ebd9
+PKG_SOURCE_VERSION:=14e3971c37e6feb0ec5eda0988e07d8a786ba9f9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>