diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 20:24:45 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | d5143a49b7bdf411b4678ba409d7d774e7c65b82 (patch) | |
tree | 8fe694b064b3ccebf9e0a746c67f708308c4c6bb | |
parent | abc346db0e191ebeeb122ce26d1831469fadee1c (diff) | |
download | upstream-d5143a49b7bdf411b4678ba409d7d774e7c65b82.tar.gz upstream-d5143a49b7bdf411b4678ba409d7d774e7c65b82.tar.bz2 upstream-d5143a49b7bdf411b4678ba409d7d774e7c65b82.zip |
lantiq: add AVM image mageic to sysupgrade script
Signed-off-by: John Crispin <john@phrozen.org>
-rwxr-xr-x | target/linux/lantiq/base-files/lib/upgrade/platform.sh | 2 |
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;; *) |