From d5143a49b7bdf411b4678ba409d7d774e7c65b82 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 13 Jun 2016 20:24:45 +0200 Subject: [PATCH] lantiq: add AVM image mageic to sysupgrade script Signed-off-by: John Crispin --- target/linux/lantiq/base-files/lib/upgrade/platform.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/lantiq/base-files/lib/upgrade/platform.sh b/target/linux/lantiq/base-files/lib/upgrade/platform.sh index e876b11af5..c8fc617035 100755 --- a/target/linux/lantiq/base-files/lib/upgrade/platform.sh +++ b/target/linux/lantiq/base-files/lib/upgrade/platform.sh @@ -16,6 +16,8 @@ platform_check_image() { case "$(get_magic_word "$1")" in # uImage 2705) return 0;; + # AVM + 8112) return 0;; # tplink 0200) return 0;; *) -- 2.30.2