[package] base-files: skip LEDs handled by rssileds in led init-script
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Oct 2012 06:45:02 +0000 (06:45 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Oct 2012 06:45:02 +0000 (06:45 +0000)
commit8bbe39a23ac53b5f9ed93798ac8397035e1f4cb4
tree0cdb15ba996d81d48bb2d22567a9df24592ba419
parent4d84131c0def3a39c78318441a5eebe375fbc83f
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33717 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/base-files/Makefile
package/base-files/files/etc/init.d/led