From a176f8d3ecf09df9d40aaff8271284699695d450 Mon Sep 17 00:00:00 2001 From: DENG Qingfang Date: Tue, 31 Dec 2019 22:35:41 +0800 Subject: ramips: mt7620: use throughput trigger on HiWiFi HC5x61 Throughput trigger support for MT7620 has been added, so switch to it Signed-off-by: DENG Qingfang --- target/linux/ramips/mt7620/base-files/etc/board.d/01_leds | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'target/linux/ramips/mt7620') diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds index 77a98fa095..02899d646d 100755 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds @@ -111,19 +111,12 @@ glinet,gl-mt300n|\ glinet,gl-mt750) set_wifi_led "$boardname:wlan" ;; -hiwifi,hc5661) - ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x01" - set_wifi_led "$boardname:blue:wlan2g" - ;; +hiwifi,hc5661|\ hiwifi,hc5761) ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x01" - ucidef_set_led_netdev "wifi5g" "wifi5g" "$boardname:blue:wlan5g" "wlan0" - ucidef_set_led_netdev "wifi2g" "wifi2g" "$boardname:blue:wlan2g" "wlan1" ;; hiwifi,hc5861) ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x20" - ucidef_set_led_netdev "wifi5g" "wifi5g" "$boardname:blue:wlan5g" "wlan0" - ucidef_set_led_netdev "wifi2g" "wifi2g" "$boardname:blue:wlan2g" "wlan1" ;; hnet,c108) ucidef_set_led_netdev "lan" "lan" "$boardname:green:lan" "eth0" -- cgit v1.2.3