summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/base-files/lib/mvebu.sh
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-12 17:29:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-12 17:29:50 +0000
commitb0ad24f0d5bce342b432dd3a8bbaca7892c7b165 (patch)
treefe5ed8b7a900a0c68c4c83c2300a116ec179c0ca /target/linux/mvebu/base-files/lib/mvebu.sh
parent2dbe131a6262a3b6d18a167e6f85d1b98c6dd285 (diff)
downloadmaster-31e0f0ae-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.tar.gz
master-31e0f0ae-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.tar.bz2
master-31e0f0ae-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.zip
mvebu: migrate mamba support to the upstreamed code
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45400
Diffstat (limited to 'target/linux/mvebu/base-files/lib/mvebu.sh')
-rwxr-xr-xtarget/linux/mvebu/base-files/lib/mvebu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh
index e8985b4664..3d50196bff 100755
--- a/target/linux/mvebu/base-files/lib/mvebu.sh
+++ b/target/linux/mvebu/base-files/lib/mvebu.sh
@@ -31,8 +31,8 @@ mvebu_board_detect() {
*"Marvell Armada XP GP Board")
name="armada-xp-gp"
;;
- *"Linksys WRT1900AC (Mamba)")
- name="armada-xp-mamba"
+ *"Linksys WRT1900AC")
+ name="armada-xp-linksys-mamba"
;;
esac