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 | f11de38d448158cb630089658fe0fdaba5f308ab (patch) | |
tree | bb5d6bcf0b3fa16e0d558afce16eaba75188f763 | |
parent | eb394977f4b80571ffc0852a78f7adff3644f5f7 (diff) | |
download | upstream-f11de38d448158cb630089658fe0fdaba5f308ab.tar.gz upstream-f11de38d448158cb630089658fe0fdaba5f308ab.tar.bz2 upstream-f11de38d448158cb630089658fe0fdaba5f308ab.zip |
make script executable, add WRT1900AC detection
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41291
-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" |