diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-29 09:26:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-29 09:26:02 +0000 |
commit | b95360d5bc9e5463157d91656aaac22180c24f1a (patch) | |
tree | 8264d934bb0fecf048f0984720edfda69f3f59cd /package/uhttpd/Makefile | |
parent | 9701e09587723ef3648cd730850198ca20942911 (diff) | |
download | upstream-b95360d5bc9e5463157d91656aaac22180c24f1a.tar.gz upstream-b95360d5bc9e5463157d91656aaac22180c24f1a.tar.bz2 upstream-b95360d5bc9e5463157d91656aaac22180c24f1a.zip |
uhttpd: fix a signal related race condition exposed by LuCI on fast machines
SVN-Revision: 20573
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 4bee17d234..180e2284c3 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |