summaryrefslogtreecommitdiff
path: root/package/network/services/uhttpd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-15 14:49:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-15 14:49:52 +0000
commiteb10581ce31b6ab8ab601b76d7a81f3bb65d0bcf (patch)
treefa7e67559a3ac68c872e0b42377312093ee571f5 /package/network/services/uhttpd/Makefile
parent099e3d818368cd7b6e3f8ab2bc5a5b016b6526e6 (diff)
downloadmtk-20170518-eb10581ce31b6ab8ab601b76d7a81f3bb65d0bcf.zip
mtk-20170518-eb10581ce31b6ab8ab601b76d7a81f3bb65d0bcf.tar.gz
mtk-20170518-eb10581ce31b6ab8ab601b76d7a81f3bb65d0bcf.tar.bz2
uhttpd: update to latest version, fixes compile error with latest libubox
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36338
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 d54c0ad..6165ac3 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:=2013-03-15
+PKG_VERSION:=2013-04-15
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:=3675d407ecf4908a231eb6bde6bb6408f20a9e81
+PKG_SOURCE_VERSION:=9d83bd3c524c4bbeb8e6583155dd7df9e8a1b5d3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>