From: John Crispin Date: Mon, 13 Jun 2016 18:24:45 +0000 (+0200) Subject: lantiq: add AVM image mageic to sysupgrade script X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d5143a49b7bdf411b4678ba409d7d774e7c65b82;p=openwrt%2Fstaging%2Flynxis.git lantiq: add AVM image mageic to sysupgrade script Signed-off-by: John Crispin --- 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;; *)