diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-26 11:49:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-26 11:49:47 +0000 |
commit | 9582177d943090346a50491040446b0bc5fc9d8c (patch) | |
tree | 38f56576ef7a27901412d678c855938f3feea96a /target/linux/ar71xx/base-files/lib/upgrade/platform.sh | |
parent | e327858613b4d83b5873a372ef669f1f78782a9a (diff) | |
download | upstream-9582177d943090346a50491040446b0bc5fc9d8c.tar.gz upstream-9582177d943090346a50491040446b0bc5fc9d8c.tar.bz2 upstream-9582177d943090346a50491040446b0bc5fc9d8c.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade/platform.sh')
-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 | \ |