lantiq: add AVM image mageic to sysupgrade script
[openwrt/openwrt.git] / 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;;
                *)