summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-24 09:09:49 +0000
committerJohn Crispin <john@openwrt.org>2015-07-24 09:09:49 +0000
commit5cd49bb067cadfeba6eb7f09982f76558101ad5d (patch)
tree2fdede7b056dcf9982ef82ad5d03cf362c1742ba /target/linux/ar71xx/base-files/etc/diag.sh
parentb98205c946a89861563c402167a954e2caa13603 (diff)
downloadmaster-31e0f0ae-5cd49bb067cadfeba6eb7f09982f76558101ad5d.tar.gz
master-31e0f0ae-5cd49bb067cadfeba6eb7f09982f76558101ad5d.tar.bz2
master-31e0f0ae-5cd49bb067cadfeba6eb7f09982f76558101ad5d.zip
ar71xx: add support for Onion Omega
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney <ldpinney@gmail.com> Acked-by: Boken Lin <bl@onion.io> Tested-by: Jacky Huang <huangfangcheng@163.com> SVN-Revision: 46458
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r--target/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 916ed978be..561c5da585 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -176,6 +176,9 @@ get_status_led() {
om5p-an)
status_led="om5p:blue:power"
;;
+ onion-omega)
+ status_led="onion:amber:system"
+ ;;
pb44)
status_led="pb44:amber:jump1"
;;