diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-14 16:22:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-14 16:22:04 +0000 |
commit | 19f91b26f520542297e6a1edc807e64ce2a0ca0f (patch) | |
tree | 655b18b7c2cc241f5d617a7b658741e176621ac9 /package/network/utils/rssileds/Makefile | |
parent | ed393422a0ccf63b829d715b72631a0aa0cbac7f (diff) | |
download | upstream-19f91b26f520542297e6a1edc807e64ce2a0ca0f.tar.gz upstream-19f91b26f520542297e6a1edc807e64ce2a0ca0f.tar.bz2 upstream-19f91b26f520542297e6a1edc807e64ce2a0ca0f.zip |
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>
SVN-Revision: 33766
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 |