diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-22 12:37:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-22 12:37:44 +0000 |
commit | 900aaa919b5685c06ae0087aaad5bdd6d6a4882a (patch) | |
tree | b4e955fe89e73c25fb570fe5334dac6c437c4b45 /target/linux/ar71xx/base-files/lib/upgrade | |
parent | d4d6fefdf27845273be0c49b53539334817aa3c6 (diff) | |
download | mtk-20170518-900aaa919b5685c06ae0087aaad5bdd6d6a4882a.zip mtk-20170518-900aaa919b5685c06ae0087aaad5bdd6d6a4882a.tar.gz mtk-20170518-900aaa919b5685c06ae0087aaad5bdd6d6a4882a.tar.bz2 |
ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter "Fate" Hollants, from #7528, without the ethernet fifo cfg values)
SVN-Revision: 22353
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index a6ffa4f..c69edc9 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -75,7 +75,7 @@ platform_check_image() { } return 0 ;; - tl-wr741nd | tl-wr841n-v1 | tl-wr941nd | tl-wr1043nd) + tl-wa901nd | tl-wr741nd | tl-wr841n-v1 | tl-wr941nd | tl-wr1043nd) [ "$magic" != "0100" ] && { echo "Invalid image type." return 1 |