From b016829ae1a77856f2c2a5ab89d9e1e034b33976 Mon Sep 17 00:00:00 2001 From: Eddie Lan Date: Thu, 17 May 2018 14:25:37 +0800 Subject: [PATCH] [Mitac]: Add ly1200 to support stretch --- .gitmodules | 2 +- platform/broadcom/rules.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ea791fe02063..0b1d6fa026d6 100755 --- a/.gitmodules +++ b/.gitmodules @@ -76,7 +76,7 @@ url = https://github.com/QuantaSwitchONIE/sonic-platform-modules-quanta.git [submodule "platform/broadcom/sonic-platform-modules-mitac"] path = platform/broadcom/sonic-platform-modules-mitac - url = https://github.com/MiTAC-EBU/sonic-platform-modules-mitac.git + url = https://github.com/MiTAC-EBU/sonic-platform-modules-mitac_stretch.git [submodule "platform/mellanox/hw-management"] path = platform/mellanox/hw-management url = https://github.com/Mellanox/hw-mgmt/ diff --git a/platform/broadcom/rules.mk b/platform/broadcom/rules.mk index 582af46b86a9..d883b1668bb3 100755 --- a/platform/broadcom/rules.mk +++ b/platform/broadcom/rules.mk @@ -9,7 +9,7 @@ include $(PLATFORM_PATH)/platform-modules-inventec.mk include $(PLATFORM_PATH)/platform-modules-cel.mk include $(PLATFORM_PATH)/platform-modules-delta.mk include $(PLATFORM_PATH)/platform-modules-quanta.mk -#include $(PLATFORM_PATH)/platform-modules-mitac.mk +include $(PLATFORM_PATH)/platform-modules-mitac.mk include $(PLATFORM_PATH)/docker-orchagent-brcm.mk include $(PLATFORM_PATH)/docker-syncd-brcm.mk include $(PLATFORM_PATH)/docker-syncd-brcm-rpc.mk