leds: use the same shell case entry for two very similar routers

This commit is contained in:
Attila Lendvai 2022-09-25 09:40:03 +02:00
parent b313b20227
commit a14b56bd6e
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD

View File

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