lantiq: add AVM image mageic to sysupgrade script
authorJohn Crispin <john@phrozen.org>
Mon, 13 Jun 2016 18:24:45 +0000 (20:24 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 13 Jun 2016 20:51:43 +0000 (22:51 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
target/linux/lantiq/base-files/lib/upgrade/platform.sh

index e876b11af5f66f24fa15063a834f8e2fb6f23a40..c8fc617035373d085cd9872a6bc8e5560073b4c2 100755 (executable)
@@ -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;;
                *)