Skip to content

Commit 3026469

Browse files
antony-rheneuslguohan
authored andcommitted
[Platform] Update Marvell-switching github URL (#3293)
Signed-off-by: Antony Rheneus <[email protected]>
1 parent 63b5e0e commit 3026469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/marvell-armhf/linux/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SHELL = /bin/bash
33
.SHELLFLAGS += -e
44

5-
LINUX_KERNEL_MRVL_URL = https://github.com/antony-rheneus/sonic-marvell-binaries/raw/master/armhf/kernel/$(LINUX_KERNEL)
5+
LINUX_KERNEL_MRVL_URL = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/kernel/$(LINUX_KERNEL)
66

77
$(addprefix $(DEST)/, $(LINUX_KERNEL)): $(DEST)/% :
88
# get deb package

platform/marvell-armhf/sai/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SHELL = /bin/bash
33
.SHELLFLAGS += -e
44

5-
MRVL_SAI_URL = https://github.com/antony-rheneus/sonic-marvell-binaries/raw/master/armhf/sai-plugin/$(MRVL_SAI)
5+
MRVL_SAI_URL = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/sai-plugin/$(MRVL_SAI)
66

77
$(addprefix $(DEST)/, $(MRVL_SAI)): $(DEST)/% :
88
# get deb package

0 commit comments

Comments
 (0)