aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files/etc/diag.sh
Commit message (Collapse)AuthorAgeFilesLines
* x86: fix missing led variable warning during bootPetr Štetiar2019-06-251-0/+2
| | | | | | | | Fixes following warning during the boot: WARNING: Variable 'led' does not exist or is not an array/object Signed-off-by: Petr Štetiar <ynezz@true.cz>
* x86: Enable DIAG LED on GeosDavid Woodhouse2017-02-151-0/+78
Based on a patch from Chris Blake <chrisrblake93@gmail.com>, except let's do it by using the LED configuration instead of hard-coding it for each board type. And try using /bin/board_detect to do the default behaviour, on the first boot where the config hasn't yet been generated. Signed-off-by: David Woodhouse <dwmw2@infradead.org>