base-files: skip LEDs handled by rssileds in led init-script
authorFlorian Fainelli <florian@openwrt.org>
Thu, 11 Oct 2012 06:45:02 +0000 (06:45 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 11 Oct 2012 06:45:02 +0000 (06:45 +0000)
commitd3f22617a20127c4c2861bc86725d91958fa7953
tree1b5f4404bf2a952615a01809fc84480bcea03bab
parentcd471b762f5774d541a0640414a7ed56e934cde5
base-files: skip LEDs handled by rssileds in led init-script

Without this, /etc/init.d/led will try to set the non-existing 'rssi' trigger.
This doesn't harm as the kernel will refuse this setting, but it outputs some
ugly log-lines:
Jun 24 10:15:19 OpenWrt user.info sysinit: setting up led RSSILOW
Jun 24 10:15:19 OpenWrt user.info sysinit: sh: write error: Invalid argument
...

In order to avoid this, skip LEDs with trigger = "rssi" in /etc/init.d/led

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33717
package/base-files/Makefile
package/base-files/files/etc/init.d/led