diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-20 22:35:09 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-20 22:35:09 +0000 |
commit | d803718e3b0054dbe00801fa5dbf4336813c22fe (patch) | |
tree | 582d956720d9551ecc0ccea31cc8460335db5d12 /target/linux/mvebu/base-files | |
parent | ae8972e459c7a9ed7699ef176651ff78028203b4 (diff) | |
download | upstream-d803718e3b0054dbe00801fa5dbf4336813c22fe.tar.gz upstream-d803718e3b0054dbe00801fa5dbf4336813c22fe.tar.bz2 upstream-d803718e3b0054dbe00801fa5dbf4336813c22fe.zip |
[mvebu]: make script executable, add WRT1900AC detection
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/base-files')
-rwxr-xr-x[-rw-r--r--] | target/linux/mvebu/base-files/lib/mvebu.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh index 5bc35ef328..9d06626793 100644..100755 --- a/target/linux/mvebu/base-files/lib/mvebu.sh +++ b/target/linux/mvebu/base-files/lib/mvebu.sh @@ -31,6 +31,9 @@ mvebu_board_detect() { *"Marvell Armada XP GP Board") name="armada-xp-gp" ;; + *"Linksys WRT1900AC (Mamba)") + name="armada-xp-mamba" + ;; esac [ -z "$name" ] && name="unknown" |