diff options
Diffstat (limited to 'target/linux/ar71xx/base-files')
4 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index 3db4305043..2b3e8b739c 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -66,7 +66,8 @@ cpe830|\ cpe870|\ dr531|\ e600g-v2|\ -e600gac-v2) +e600gac-v2|\ +e750a-v2) ucidef_set_led_netdev "lan" "LAN" "$board:green:lan" "eth0" ucidef_set_led_netdev "wan" "WAN" "$board:green:wan" "eth1" diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 2a2fda3ac8..00b839ef59 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -26,6 +26,7 @@ get_status_led() { e1700ac-v2|\ e558-v2|\ e600gac-v2|\ + e750a-v4|\ eap120|\ minibox-v1|\ packet-squirrel|\ diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 7c0d53b4cb..adeffe96a1 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -684,6 +684,9 @@ ar71xx_board_detect() { *"E600GAC v2") name="e600gac-v2" ;; + *"E750A v4") + name="e750a-v4" + ;; *"EAP120") name="eap120" tplink_pharos_board_detect "$(tplink_pharos_get_model_string | tr -d '\r')" diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 2110eb238e..7db4899dc7 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -253,6 +253,7 @@ platform_check_image() { e558-v2|\ e600g-v2|\ e600gac-v2|\ + e750a-v4|\ ebr-2310-c1|\ ens202ext|\ epg5000|\ |