From d1e5422c3e61bbb8ba78ac7601aeb4c423365837 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 1 Feb 2013 15:50:45 +0000 Subject: ar71xx: add user-space support for OpenMesh MR600v2 Signed-off-by: Marek Lindner Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35429 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 3 files changed, 7 insertions(+) (limited to 'target/linux') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 5d3271d046..4cfb49bd82 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -96,6 +96,9 @@ get_status_led() { mr600) status_led="mr600:orange:power" ;; + mr600v2) + status_led="mr600:blue:power" + ;; mzk-w04nu | \ mzk-w300nh) status_led="planex:green:status" diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 0399083a43..2da9f4a1ed 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -194,6 +194,7 @@ bullet-m |\ cap4200ag |\ eap7660d |\ mr600 |\ +mr600v2 |\ rb-411 |\ tl-mr11u |\ tl-mr3020 |\ diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index a104375649..3fd23d2a41 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -246,6 +246,9 @@ ar71xx_board_detect() { *LS-SR71) name="ls-sr71" ;; + *MR600v2) + name="mr600v2" + ;; *MR600) name="mr600" ;; -- cgit v1.2.3