Add TP-Link TL-WDR3600 v1 LEDs

This solves https://github.com/attila-lendvai/openwrt-auto-extroot/issues/24
This commit is contained in:
ShapeShifter499 2022-09-23 13:15:47 -07:00 committed by Attila Lendvai
parent 9060718dda
commit b313b20227

View File

@ -32,6 +32,10 @@ case $(board_name) in
autoprovisionUSBLed="green:wps"
autoprovisionStatusLed="green:wlan5g"
;;
*tl-wdr3600*)
autoprovisionUSBLed="green:wlan2g"
autoprovisionStatusLed="green:wlan5g"
;;
*tl-wdr4300*)
autoprovisionUSBLed="green:wlan2g"
autoprovisionStatusLed="green:wlan5g"