diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-16 09:54:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-16 09:54:39 +0000 |
commit | 2705cda81389e84687fb0325d2bf6c8bc2756bee (patch) | |
tree | 43e62f4855251c4117b245bccebe1fb75534fa9e /target/linux/mvebu/base-files/lib/mvebu.sh | |
parent | 0926e4c22feb8b9f65d7fbf9deb880de031fd0a2 (diff) | |
download | upstream-2705cda81389e84687fb0325d2bf6c8bc2756bee.tar.gz upstream-2705cda81389e84687fb0325d2bf6c8bc2756bee.tar.bz2 upstream-2705cda81389e84687fb0325d2bf6c8bc2756bee.zip |
mvebu: add support for the Linksys Caiman and Cobra
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45456
Diffstat (limited to 'target/linux/mvebu/base-files/lib/mvebu.sh')
-rwxr-xr-x | target/linux/mvebu/base-files/lib/mvebu.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh index 6182d7af60..ac6d148476 100755 --- a/target/linux/mvebu/base-files/lib/mvebu.sh +++ b/target/linux/mvebu/base-files/lib/mvebu.sh @@ -31,9 +31,15 @@ mvebu_board_detect() { *"Marvell Armada XP GP Board") name="armada-xp-gp" ;; + *"Linksys WRT1200AC") + name="armada-385-linksys-caiman" + ;; *"Linksys WRT1900AC") name="armada-xp-linksys-mamba" ;; + *"Linksys WRT1900ACv2") + name="armada-385-linksys-cobra" + ;; *"Marvell Armada 385 Access Point Development Board") name="armada-385-db-ap" ;; |