summaryrefslogtreecommitdiffstats
path: root/package/network/utils/rssileds/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-14 16:22:04 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-14 16:22:04 +0000
commitc663cbf571aa30e3de7ff7199e03d991f3e8bdbf (patch)
treecc9289b116fcf017e223a62acbd40b1f97221c8e /package/network/utils/rssileds/Makefile
parent8178ce6c3b3efa008e2c43dbf6b4c59a5ac4bdad (diff)
[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 8e292dffe..b572eacea 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