diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-09 23:35:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-09 23:35:45 +0000 |
commit | 15fc78d18733eb52a2274073545129fb061ac8e9 (patch) | |
tree | 8768880835efa6372f319d6285706a31955a8469 /package/uhttpd/Makefile | |
parent | 8176a01da4842638acd8f757a666976e6cdd86f3 (diff) | |
download | upstream-15fc78d18733eb52a2274073545129fb061ac8e9.tar.gz upstream-15fc78d18733eb52a2274073545129fb061ac8e9.tar.bz2 upstream-15fc78d18733eb52a2274073545129fb061ac8e9.zip |
[package] uhttpd: protect tcp receive operations with select, make tcp keep-alive optional (#8272)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index a0b7d24ebf..bba7ac53ad 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=20 +PKG_RELEASE:=21 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := libcyassl liblua |