mvebu: better integrate 385-ap-db

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 45452
This commit is contained in:
Luka Perkov 2015-04-15 16:23:10 +00:00
parent 147e005fcf
commit a046ce235f
2 changed files with 7 additions and 2 deletions

View file

@ -21,7 +21,9 @@ armada-xp-linksys-mamba)
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5"
ucidef_add_switch_vlan "switch0" "2" "4 6"
;;
armada-385-db-ap)
ucidef_set_interfaces_lan_wan "eth0 eth1" "eth2"
;;
*)
ucidef_set_interface_lan "eth0"
;;

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2013 OpenWrt.org
# Copyright (C) 2013-2015 OpenWrt.org
#
MVEBU_BOARD_NAME=
@ -34,6 +34,9 @@ mvebu_board_detect() {
*"Linksys WRT1900AC")
name="armada-xp-linksys-mamba"
;;
*"Marvell Armada 385 Access Point Development Board")
name="armada-385-db-ap"
;;
esac
[ -z "$name" ] && name="unknown"