aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/rssileds/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-14 16:22:04 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-10-14 16:22:04 +0000
commitc732985266cab6e08fc98bce195669ba59de34cb (patch)
treecc9289b116fcf017e223a62acbd40b1f97221c8e /package/network/utils/rssileds/Makefile
parent8aaaec88657ec5908605b4dc121f3aaa42a3c7a3 (diff)
downloadmaster-187ad058-c732985266cab6e08fc98bce195669ba59de34cb.tar.gz
master-187ad058-c732985266cab6e08fc98bce195669ba59de34cb.tar.bz2
master-187ad058-c732985266cab6e08fc98bce195669ba59de34cb.zip
[package] rssileds: improve performance
LEDs brightness is now only updated if the value actually changed, thus reducing the number of fwrite syscalls significantly. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/rssileds/Makefile')
-rw-r--r--package/network/utils/rssileds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/rssileds/Makefile b/package/network/utils/rssileds/Makefile
index 8e292dffe0..b572eacea5 100644
--- a/package/network/utils/rssileds/Makefile
+++ b/package/network/utils/rssileds/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rssileds
-PKG_VERSION:=0.1
+PKG_VERSION:=0.2
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk