From e993e0c2cfe07de5ffc9afd5be047751a5e6fabc Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 6 Aug 2013 12:31:10 +0000 Subject: lantiq: add tplink header id to sysupgrade and fix a comment Signed-off-by: John Crispin SVN-Revision: 37719 --- target/linux/lantiq/base-files/lib/upgrade/platform.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/lantiq/base-files/lib/upgrade/platform.sh b/target/linux/lantiq/base-files/lib/upgrade/platform.sh index 247ba1a25c..d629a1212a 100755 --- a/target/linux/lantiq/base-files/lib/upgrade/platform.sh +++ b/target/linux/lantiq/base-files/lib/upgrade/platform.sh @@ -4,8 +4,10 @@ platform_check_image() { [ "$ARGC" -gt 1 ] && return 1 case "$(get_magic_word "$1")" in - # .trx files + # uImage 2705) return 0;; + # tplink + 0200) return 0;; *) echo "Invalid image type" return 1 -- cgit v1.2.3