diff options
| author | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-15 18:19:57 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-15 18:19:57 +0000 |
| commit | 160c2ef0118472b7178d432216ee10aa2df48fe1 (patch) | |
| tree | 5a05cc2a58726979c8c1fc77aa96ecae521d40cf /package/network/services/uhttpd/Makefile | |
| parent | 0f6e5b76f8aac652a2ee9ff274ee0d5d3e632921 (diff) | |
| download | mtk-20170518-160c2ef0118472b7178d432216ee10aa2df48fe1.zip mtk-20170518-160c2ef0118472b7178d432216ee10aa2df48fe1.tar.gz mtk-20170518-160c2ef0118472b7178d432216ee10aa2df48fe1.tar.bz2 | |
uhttpd: update to latest git head - introduces support for multiple index files - fixes build with only the TLS module selected
SVN-Revision: 33778
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
| -rw-r--r-- | package/network/services/uhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index b2f0879..555d50c 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> |
