From 47381aadd545bf1fb92159fac5c43e92749a10fe Mon Sep 17 00:00:00 2001 From: Deng Qingfang Date: Fri, 14 Dec 2018 18:15:52 +0800 Subject: ramips: several fixes for HC5x61 - Mark other partitions as read-only for HC5x61 - Only enable USB and PCIe for HC5761/HC5861 HC5661 doesn't have a USB port, and there is nothing attached to its PCIe. - Fix HC5761 switch ports HC5761 has only 3 ethernet ports (1x WAN + 2x LAN). Remove unused ports. - Fix HC5861 5GHz radio HC5861 has MT7612EN 5GHz WiFi chip, not MT7610EN. - Fix HC5761/HC5861 WiFi LEDs After 5GHz is enabled, it becomes wlan0. And 2.4GHz would be wlan1. - Fix HC5x61 image size It should be 15872k (0xf80000) Signed-off-by: Deng Qingfang --- target/linux/ramips/base-files/etc/board.d/01_leds | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds') 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 f8c4b05b9a..0fca40e1e0 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -167,15 +167,11 @@ hc5661a) ucidef_set_led_netdev "internet" "internet" "$boardname:blue:internet" "eth0.2" set_wifi_led "$boardname:blue:wlan2g" ;; -hc5761) - ucidef_set_led_netdev "internet" "internet" "$boardname:blue:internet" "eth0.2" - set_wifi_led "$boardname:blue:wlan2g" - ucidef_set_led_netdev "wifi5g" "wifi5g" "$boardname:blue:wlan5g" "rai0" - ;; +hc5761|\ hc5861) ucidef_set_led_netdev "internet" "internet" "$boardname:blue:internet" "eth0.2" - set_wifi_led "$boardname:blue:wlan2g" - ucidef_set_led_netdev "wifi5g" "wifi5g" "$boardname:blue:wlan5g" "rai0" + ucidef_set_led_netdev "wifi5g" "wifi5g" "$boardname:blue:wlan5g" "wlan0" + ucidef_set_led_netdev "wifi2g" "wifi2g" "$boardname:blue:wlan2g" "wlan1" ;; hg255d) set_wifi_led "$boardname:green:wlan" -- cgit v1.2.3