make script executable, add WRT1900AC detection
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41291
This commit is contained in:
parent
eb394977f4
commit
f11de38d44
1 changed files with 3 additions and 0 deletions
3
target/linux/mvebu/base-files/lib/mvebu.sh
Normal file → Executable file
3
target/linux/mvebu/base-files/lib/mvebu.sh
Normal file → Executable file
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue