summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-13 20:24:45 +0200
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:43 +0200
commitd5143a49b7bdf411b4678ba409d7d774e7c65b82 (patch)
tree8fe694b064b3ccebf9e0a746c67f708308c4c6bb /target/linux/lantiq/base-files
parentabc346db0e191ebeeb122ce26d1831469fadee1c (diff)
downloadmaster-31e0f0ae-d5143a49b7bdf411b4678ba409d7d774e7c65b82.tar.gz
master-31e0f0ae-d5143a49b7bdf411b4678ba409d7d774e7c65b82.tar.bz2
master-31e0f0ae-d5143a49b7bdf411b4678ba409d7d774e7c65b82.zip
lantiq: add AVM image mageic to sysupgrade script
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-xtarget/linux/lantiq/base-files/lib/upgrade/platform.sh2
1 files changed, 2 insertions, 0 deletions
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;;
*)