Browse Source

lantiq: add AVM image mageic to sysupgrade script

Signed-off-by: John Crispin <[email protected]>
John Crispin 9 years ago
parent
commit
d5143a49b7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/lantiq/base-files/lib/upgrade/platform.sh

+ 2 - 0
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;;
 		*)