Author: blogic Date: 2014-11-14 17:54:15 +0100 (Fri, 14 Nov 2014) New Revision: 43259
Modified: trunk/target/linux/ar71xx/base-files/etc/diag.sh trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh Log: ar71xx: add user-space support for the OpenMesh MR900 board Signed-off-by: Sven Eckelmann <[email protected]> Modified: trunk/target/linux/ar71xx/base-files/etc/diag.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/etc/diag.sh 2014-11-14 16:54:07 UTC (rev 43258) +++ trunk/target/linux/ar71xx/base-files/etc/diag.sh 2014-11-14 16:54:15 UTC (rev 43259) @@ -103,6 +103,9 @@ mr600v2) status_led="mr600:blue:power" ;; + mr900) + status_led="mr900:blue:power" + ;; mynet-n600 | \ mynet-n750) status_led="wd:blue:power" Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds =================================================================== --- trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds 2014-11-14 16:54:07 UTC (rev 43258) +++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds 2014-11-14 16:54:15 UTC (rev 43259) @@ -152,6 +152,12 @@ 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" Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network =================================================================== --- trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network 2014-11-14 16:54:07 UTC (rev 43258) +++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network 2014-11-14 16:54:15 UTC (rev 43259) @@ -291,6 +291,7 @@ loco-m-xw |\ mr600 |\ mr600v2 |\ +mr900 |\ rb-411 |\ rb-911g-2hpnd |\ rb-911g-5hpnd |\ Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2014-11-14 16:54:07 UTC (rev 43258) +++ trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2014-11-14 16:54:15 UTC (rev 43259) @@ -392,6 +392,9 @@ *MR600) name="mr600" ;; + *MR900) + name="mr900" + ;; *"My Net N600") name="mynet-n600" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
