diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-14 16:22:04 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-14 16:22:04 +0000 |
commit | c663cbf571aa30e3de7ff7199e03d991f3e8bdbf (patch) | |
tree | cc9289b116fcf017e223a62acbd40b1f97221c8e /package/network/utils/rssileds/Makefile | |
parent | 8178ce6c3b3efa008e2c43dbf6b4c59a5ac4bdad (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/Makefile | 2 |
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 |