From 85713e36cb1b74c0b6598d67eff916a7bab41209 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Oct 2011 07:54:51 +0000 Subject: ar71xx: add initial support for the OpenMesh OM2P board Based on a patch by Marek Lindner git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28617 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 2 files changed, 6 insertions(+) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 873cdfe99..ad4fc28b7 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -72,6 +72,9 @@ get_status_led() { nbg460n_550n_550nh) status_led="nbg460n:green:power" ;; + om2p) + status_led="om2p:blue:power" + ;; pb44) status_led="pb44:amber:jump1" ;; diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ea8334f27..cba0da0aa 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -64,6 +64,9 @@ ar71xx_board_name() { *"NBG460N/550N/550NH") name="nbg460n_550n_550nh" ;; + *OM2P) + name="om2p" + ;; *PB42) name="pb42" ;; -- cgit v1.2.3