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 | c111766893da87452e7f1ee2bed9a59154da33c2 (patch) | |
tree | 1dfa5a2bc64308a8bf5973de7858f065ceeb3474 /package/uhttpd/Makefile | |
parent | 99e8e7cf2f2c856ac67b2b0455a8b10b659a1ab5 (diff) | |
download | upstream-c111766893da87452e7f1ee2bed9a59154da33c2.tar.gz upstream-c111766893da87452e7f1ee2bed9a59154da33c2.tar.bz2 upstream-c111766893da87452e7f1ee2bed9a59154da33c2.zip |
[package] uhttpd: clear script timeout as soon as data is received from the child
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20501 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 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) |