diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-27 09:23:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-27 09:23:52 +0000 |
commit | 8b30c849c33bf3399af86cfc8f2baa4760ca9910 (patch) | |
tree | 38936f80cfac46c539e1934634ee05c3d0762315 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 42558633c693550436d7d471fbd7ea543e79ab37 (diff) | |
download | upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.tar.gz upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.tar.bz2 upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.zip |
ramips: add MPR-A1 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37568 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 cb6c10f76f..b1ecc8dfb9 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -118,6 +118,9 @@ ramips_board_detect() { *"MoFi Network MOFI3500-3GN") name="mofi3500-3gn" ;; + *"HAME MPR-A1") + name="mpr-a1" + ;; *"HAME MPR-A2") name="mpr-a2" ;; |