aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-15 18:19:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-15 18:19:57 +0000
commit75d227f4f8687bf9c76229cd5ecb8e72e328d05e (patch)
tree84d1fc1e9d447d166ad6b7ab0b2668b7e9fa79de /package/network/services/uhttpd/Makefile
parent136f00bfb22b51f6c7c4dcf59e0328670d8a0a5d (diff)
downloadmaster-187ad058-75d227f4f8687bf9c76229cd5ecb8e72e328d05e.tar.gz
master-187ad058-75d227f4f8687bf9c76229cd5ecb8e72e328d05e.tar.bz2
master-187ad058-75d227f4f8687bf9c76229cd5ecb8e72e328d05e.zip
uhttpd: update to latest git head
- introduces support for multiple index files - fixes build with only the TLS module selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33778 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-rw-r--r--package/network/services/uhttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index b2f0879ea0..555d50c3f2 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_VERSION:=2012-10-15
+PKG_VERSION:=2012-10-15.2
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uhttpd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=fa43d1a62864f912e4450affb9c86f3accbe026a
+PKG_SOURCE_VERSION:=d42932f9da6584c10d5d4bc7a41fa87817ac0677
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>