diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-17 11:58:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-17 11:58:05 +0000 |
commit | 61aba42d5c9e2784e4c83c44f817426b3b9bf48a (patch) | |
tree | 5ed874f4d73fcdaf318f53e2d73e19424f8fe8a4 /package/mountd/Makefile | |
parent | 1e34c02e3ea774c1818fa17d75095b6efcdc8a02 (diff) | |
download | upstream-61aba42d5c9e2784e4c83c44f817426b3b9bf48a.tar.gz upstream-61aba42d5c9e2784e4c83c44f817426b3b9bf48a.tar.bz2 upstream-61aba42d5c9e2784e4c83c44f817426b3b9bf48a.zip |
mountd: correctly handle poll() timeout case, solves possible 100% CPU load when idle (#7293)
SVN-Revision: 27635
Diffstat (limited to 'package/mountd/Makefile')
-rw-r--r-- | package/mountd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile index f7a68242ac..4b739220f0 100644 --- a/package/mountd/Makefile +++ b/package/mountd/Makefile @@ -1,11 +1,11 @@ -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2011 OpenWrt.org # All rights reserved. include $(TOPDIR)/rules.mk PKG_NAME:=mountd PKG_VERSION:=0.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources |