diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-27 01:47:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-27 01:47:36 +0000 |
commit | 161325ac4fffd1c54b0dc267b2352f765dfbd52d (patch) | |
tree | 984011d6cc209df3aa992f4797252159c546ebfe /package/uhttpd/Makefile | |
parent | 8c9b818a24045c15f40fc415cd1dde78c438555a (diff) | |
download | upstream-161325ac4fffd1c54b0dc267b2352f765dfbd52d.tar.gz upstream-161325ac4fffd1c54b0dc267b2352f765dfbd52d.tar.bz2 upstream-161325ac4fffd1c54b0dc267b2352f765dfbd52d.zip |
uhttpd: clear script timeout as soon as data is received from the child
SVN-Revision: 20501
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 3e7344911b..d5c4aa6252 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |