aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-05-23 15:26:39 +0000
committerJohn Crispin <blogic@openwrt.org>2015-05-23 15:26:39 +0000
commit281749de0b7e667e575aa7c9e9b2e63286f51611 (patch)
tree05f268c085742ad9fb21ee2da29c6ba004f88308 /target/linux/ramips/base-files/etc/board.d/01_leds
parent951b58723aae50a2f7f0c09b8f65d813a9134f53 (diff)
downloadupstream-281749de0b7e667e575aa7c9e9b2e63286f51611.tar.gz
upstream-281749de0b7e667e575aa7c9e9b2e63286f51611.tar.bz2
upstream-281749de0b7e667e575aa7c9e9b2e63286f51611.zip
ramips: add support for Comfast CF-WR800N
This patch adds support for Comfast CF-WR800N, a wall-plug wireless router based on the MT7620N SoC with one Ethernet port and a 802.11n 2.4 GHz radio. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index 56ba3b73ce..80623f4a8d 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -73,6 +73,10 @@ case $board in
br6524n)
set_wifi_led "edimax:blue:wlan"
;;
+ cf-wr800n)
+ ucidef_set_led_netdev "lan" "lan" "comfast:white:ethernet" eth0.1
+ set_wifi_led "comfast:white:wifi"
+ ;;
cy-swr1100)
ucidef_set_led_default "wps" "WPS" "samsung:blue:wps" "0"
set_usb_led "samsung:blue:usb"