Author: blogic Date: 2015-09-14 22:11:01 +0200 (Mon, 14 Sep 2015) New Revision: 46927
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 MR1750 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 2015-09-14 20:10:43 UTC (rev 46926) +++ trunk/target/linux/ar71xx/base-files/etc/diag.sh 2015-09-14 20:11:01 UTC (rev 46927) @@ -150,6 +150,9 @@ mr600v2) status_led="mr600:blue:power" ;; + mr1750) + status_led="mr1750:blue:power" + ;; mr900 | \ mr900v2) status_led="mr900: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 2015-09-14 20:10:43 UTC (rev 46926) +++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds 2015-09-14 20:11:01 UTC (rev 46927) @@ -263,6 +263,12 @@ ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt" ;; +mr1750) + ucidef_set_led_netdev "lan" "LAN" "mr1750:blue:wan" "eth0" + ucidef_set_led_wlan "wlan58" "WLAN58" "mr1750:blue:wlan58" "phy0tpt" + ucidef_set_led_wlan "wlan24" "WLAN24" "mr1750:blue:wlan24" "phy1tpt" + ;; + mr900 | \ mr900v2) ucidef_set_led_netdev "lan" "LAN" "mr900:blue:wan" "eth0" Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network =================================================================== --- trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network 2015-09-14 20:10:43 UTC (rev 46926) +++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/02_network 2015-09-14 20:11:01 UTC (rev 46927) @@ -338,6 +338,7 @@ eap7660d |\ el-mini |\ loco-m-xw |\ +mr1750 |\ mr600 |\ mr600v2 |\ mr900 |\ Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-09-14 20:10:43 UTC (rev 46926) +++ trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-09-14 20:11:01 UTC (rev 46927) @@ -514,6 +514,9 @@ *MR600v2) name="mr600v2" ;; + *MR1750) + name="mr1750" + ;; *MR600) name="mr600" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
