Browse Source

ar71xx: add user-space support for the OpenMesh MR900 board

Signed-off-by: Sven Eckelmann <[email protected]>

SVN-Revision: 43259
John Crispin 11 years ago
parent
commit
cfdaa8aefd

+ 3 - 0
target/linux/ar71xx/base-files/etc/diag.sh

@@ -103,6 +103,9 @@ get_status_led() {
 	mr600v2)
 		status_led="mr600:blue:power"
 		;;
+	mr900)
+		status_led="mr900:blue:power"
+		;;
 	mynet-n600 | \
 	mynet-n750)
 		status_led="wd:blue:power"

+ 6 - 0
target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

@@ -152,6 +152,12 @@ mr600)
 	ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt"
 	;;
 
+mr900)
+	ucidef_set_led_netdev "lan" "LAN" "mr900:blue:wan" "eth0"
+	ucidef_set_led_wlan "wlan24" "WLAN24" "mr900:blue:wlan24" "phy0tpt"
+	ucidef_set_led_wlan "wlan58" "WLAN58" "mr900:blue:wlan58" "phy1tpt"
+	;;
+
 mynet-n600)
 	ucidef_set_led_netdev "wan" "WAN" "wd:blue:internet" "eth1"
 	ucidef_set_led_switch "lan1" "LAN1" "wd:green:lan1" "switch0" "0x02"

+ 1 - 0
target/linux/ar71xx/base-files/etc/uci-defaults/02_network

@@ -291,6 +291,7 @@ eap7660d |\
 loco-m-xw |\
 mr600 |\
 mr600v2 |\
+mr900 |\
 rb-411 |\
 rb-911g-2hpnd |\
 rb-911g-5hpnd |\

+ 3 - 0
target/linux/ar71xx/base-files/lib/ar71xx.sh

@@ -392,6 +392,9 @@ ar71xx_board_detect() {
 	*MR600)
 		name="mr600"
 		;;
+	*MR900)
+		name="mr900"
+		;;
 	*"My Net N600")
 		name="mynet-n600"
 		;;