summaryrefslogtreecommitdiffstats
path: root/package/mountd/Makefile
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-17 11:58:05 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-17 11:58:05 +0000
commit2444dfabf649c015504edfa176e2e125f9fa5cad (patch)
treef8b6c229e4e28f13c40ec12a7eef3c5b57298b99 /package/mountd/Makefile
parente8ba9215484578c9ea1acf05cc41a58b9a2ab8b7 (diff)
[package] mountd: correctly handle poll() timeout case, solves possible 100% CPU load when idle (#7293)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mountd/Makefile')
-rw-r--r--package/mountd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile
index f7a68242a..4b739220f 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