diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2017-02-02 21:01:36 -0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-14 12:27:14 +0100 |
commit | 6cce9557a0b77ee2450e75779c05231692e4c71f (patch) | |
tree | 60d6c90d45eb4f17e77013d1ca4bf779a30ebaa4 /target/linux/ar71xx/base-files/lib | |
parent | 3b90ed8c1856cf54a952d8471b60972f6d4107d6 (diff) | |
download | mtk-20170518-6cce9557a0b77ee2450e75779c05231692e4c71f.zip mtk-20170518-6cce9557a0b77ee2450e75779c05231692e4c71f.tar.gz mtk-20170518-6cce9557a0b77ee2450e75779c05231692e4c71f.tar.bz2 |
ar71xx: Add support for D-Link EBR-2310 Rev. C
Add support for the EBR-2310, which is almost identical to the DIR-615
rev E4, without the wifi.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 44dd9c4..d51260d 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -613,6 +613,9 @@ ar71xx_board_detect() { *EAP7660D) name="eap7660d" ;; + *"EBR-2310 rev. C1") + name="ebr-2310-c1" + ;; *EL-M150) name="el-m150" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 3b7db46..f227bf8 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -233,6 +233,7 @@ platform_check_image() { dlan-pro-500-wp|\ dr531|\ dragino2|\ + ebr-2310-c1|\ epg5000|\ esr1750|\ esr900|\ |