From 96569ce4066cb276bffd2554f0838f4650474aad Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 22 Dec 2018 20:53:31 +0100 Subject: [PATCH] fritzflash: Add Repeater 300E image auto-selection --- fritzflash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fritzflash.py b/fritzflash.py index 2af183c..3a79dbf 100755 --- a/fritzflash.py +++ b/fritzflash.py @@ -147,6 +147,7 @@ def autodiscover_avm_ip(): def determine_image_name(env_string): models = { + "173": "avm-fritz-wlan-repeater-300e-sysupgrade.bin", "219": "avm-fritz-box-4020-sysupgrade.bin", "227": "avm-fritz-box-4040-bootloader.bin" }