ath79-generic: fix WS-AP3705i autoupdater name (#2819)

The device was introduced in #2332 and merged in 102a4b9350.

It appears that the autoupdater name wasn't correct and devices therefore don't receive updates.

root@64295-ggw3-20b399bb366f-132:~# lua -e 'print(require("platform_info").get_image_name())'
enterasys-ws-ap3705i

(cherry picked from commit 24955cce99)

Co-authored-by: Tom Herbers <mail@tomherbers.de>
This commit is contained in:
github-actions[bot] 2023-03-19 22:41:24 +01:00 committed by GitHub
parent fd4afb613a
commit 6a1f66c51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ device('d-link-dir825b1', 'dlink_dir-825-b1', {
-- Enterasys -- Enterasys
device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', { device('enterasys-ws-ap3705i', 'enterasys_ws-ap3705i', {
factory = false, factory = false,
}) })