summaryrefslogtreecommitdiff
path: root/target/linux/ipq806x/base-files/etc/diag.sh
Commit message (Collapse)AuthorAgeFilesLines
* treewide: fix upgrade led handlingMathias Kresin2018-08-161-2/+4
| | | | | | | | | | | | The upgrade led is only used if a running led is defined. If no running led is defined, the upgrade led is ignored and upgrade isn't indicated at all. Instead, turn off the running led prior to turning the upgrade led on. In most cases there isn't any visual change, but it allows to use an independent led for upgrade indication. Signed-off-by: Mathias Kresin <dev@kresin.me>
* base-files: unify get_dt_led helper functionChristian Lamparter2017-12-141-5/+4
| | | | | | | | | | | | | | Lantiq and IPQ806X (which includes IPQ40XX) both define the same custom function {ipq806x|lantiq}_get_dt_led. This patch moves the function into the base-file package at lib/functions/leds.sh to make it more accessible for other targets as well. Cc: Mathias Kresin <dev@kresin.me> Cc: John Crispin <john@phrozen.org> Cc: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
* ipq806x: add support for indicating the boot and upgrade state using four ledsHenryk Heisig2016-10-151-12/+23
| | | | Signed-off-by: Henryk Heisig hyniu@o2.pl
* ipq806x: Archer C2600: Renaming LED accordance with the standardCezary Jackiewicz2016-08-241-1/+1
| | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
* ipq806x: base-files: add support for Linksys EA8500Adrian Panella2016-06-131-0/+3
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* ipq806x: add diag.sh scriptSigned-off-by: Henryk Heisig2016-06-051-0/+31
Signed-off-by: Henryk Heisig <hyniu@o2.pl>