mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Instead of using board name provided explicitly as text in LED name, ex.:
[...]
mlwg2)
status_led="mlwg2:blue:system"
[...]
use $board variable, which allows to combine together multiple boards with same color and LED names, ex:
[...]
mlw221|\
mlwg2)
status_led="$board:blue:system"
[...]
The above approach allows to shrink size of code in base-files/etc/board.d/01_leds and base-files/etc/diag.sh scripts dramatically.
One thing to keep in mind here is that we assume to use proper and consistent LED naming scheme ("device:color:led-name").
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46665
|
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| files | ||
| image | ||
| mt7620 | ||
| mt7621 | ||
| mt7628 | ||
| mt7688 | ||
| patches-3.18 | ||
| rt288x | ||
| rt305x | ||
| rt3883 | ||
| base-files.mk | ||
| Makefile | ||
| modules.mk | ||