From 94e98fa094cef455c2dfb582795384c376bb901c Mon Sep 17 00:00:00 2001 From: David Bauer Date: Fri, 28 Sep 2018 00:22:50 +0200 Subject: [PATCH] fritzflash: add 450E image auto-selection --- fritzflash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fritzflash.py b/fritzflash.py index 3a79dbf..3130a7e 100755 --- a/fritzflash.py +++ b/fritzflash.py @@ -148,6 +148,7 @@ def autodiscover_avm_ip(): def determine_image_name(env_string): models = { "173": "avm-fritz-wlan-repeater-300e-sysupgrade.bin", + "200": "avm-fritz-wlan-repeater-450e-sysupgrade.bin", "219": "avm-fritz-box-4020-sysupgrade.bin", "227": "avm-fritz-box-4040-bootloader.bin" }