mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
lantiq: add AVM image mageic to sysupgrade script
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
abc346db0e
commit
d5143a49b7
@ -16,6 +16,8 @@ platform_check_image() {
|
|||||||
case "$(get_magic_word "$1")" in
|
case "$(get_magic_word "$1")" in
|
||||||
# uImage
|
# uImage
|
||||||
2705) return 0;;
|
2705) return 0;;
|
||||||
|
# AVM
|
||||||
|
8112) return 0;;
|
||||||
# tplink
|
# tplink
|
||||||
0200) return 0;;
|
0200) return 0;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user