mirror of https://github.com/hak5/openwrt-owl.git
mvebu: better integrate xp-gp
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45459owl
parent
c64fdadea7
commit
76330e9b57
|
@ -30,6 +30,9 @@ armada-xp-linksys-mamba)
|
|||
armada-385-db-ap)
|
||||
ucidef_set_interfaces_lan_wan "eth0 eth1" "eth2"
|
||||
;;
|
||||
armada-xp-gp)
|
||||
ucidef_set_interface_lan "eth0 eth1 eth2 eth3"
|
||||
;;
|
||||
*)
|
||||
ucidef_set_interface_lan "eth0"
|
||||
;;
|
||||
|
|
|
@ -43,6 +43,9 @@ mvebu_board_detect() {
|
|||
*"Marvell Armada 385 Access Point Development Board")
|
||||
name="armada-385-db-ap"
|
||||
;;
|
||||
*"Marvell Armada XP Development Board DB-MV784MP-GP")
|
||||
name="armada-xp-gp"
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -z "$name" ] && name="unknown"
|
||||
|
|
Loading…
Reference in New Issue