From 61aba42d5c9e2784e4c83c44f817426b3b9bf48a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 17 Jul 2011 11:58:05 +0000 Subject: mountd: correctly handle poll() timeout case, solves possible 100% CPU load when idle (#7293) SVN-Revision: 27635 --- package/mountd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/mountd/Makefile') 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 -- cgit v1.2.3