diff options
author | John Crispin <john@openwrt.org> | 2014-06-26 11:49:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-26 11:49:47 +0000 |
commit | e6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d (patch) | |
tree | 113871fc530b721d1855527c0f0df9b31f753d96 /target/linux/ar71xx/base-files/lib/upgrade | |
parent | 0f39877bacc59049eb0185a93abbcbe23f180bde (diff) | |
download | upstream-e6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d.tar.gz upstream-e6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d.tar.bz2 upstream-e6e6a85dc962d1ef3f6e8b914dd323cfb2b93c8d.zip |
ar71xx: add support for EasyLink M150 and M-mini
v3 refreshes the patch on trunk@41337
This patch adds support for the EasyLink EL-M150 and M-mini
http://wiki.openwrt.org/toh/easylink/el-m150
http://wiki.openwrt.org/toh/easylink/el-m-mini
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 41348
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, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index c98737436b..8af9580a21 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -224,6 +224,8 @@ platform_check_image() { ;; archer-c7 | \ + el-m150 | \ + el-mini | \ oolite | \ tl-mr10u | \ tl-mr11u | \ |