diff options
author | John Crispin <john@openwrt.org> | 2013-06-10 08:24:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-10 08:24:56 +0000 |
commit | fc9532aeaaa73c49e50f1052f210adfda0d0c3ed (patch) | |
tree | 530d19b4add55fc19166781ca0c99fe8eefc3443 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 30786d2dd0e0063b56ba5e616e868f4e6775eaad (diff) | |
download | upstream-fc9532aeaaa73c49e50f1052f210adfda0d0c3ed.tar.gz upstream-fc9532aeaaa73c49e50f1052f210adfda0d0c3ed.tar.bz2 upstream-fc9532aeaaa73c49e50f1052f210adfda0d0c3ed.zip |
ramips: add HAME MPR-A2 support
This patch adds support for HAME MPR-A2 router using a DTS file.
The platform is Ralink RT5350.
http://wiki.openwrt.org/toh/hame/mpr-a2
Signed-off-by: Dmitry Shmygov <shmygov@rambler.ru>
SVN-Revision: 36898
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 03ae25bcb1..c5f216f780 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -115,6 +115,9 @@ ramips_board_detect() { *"MoFi Network MOFI3500-3GN") name="mofi3500-3gn" ;; + *"HAME MPR-A2") + name="mpr-a2" + ;; *"NBG-419N") name="nbg-419n" ;; |