File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
SHELL = /bin/bash
3
3
.SHELLFLAGS += -e
4
4
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 )
6
6
7
7
$(addprefix $(DEST ) /, $(LINUX_KERNEL ) ) : $(DEST ) /% :
8
8
# get deb package
Original file line number Diff line number Diff line change 2
2
SHELL = /bin/bash
3
3
.SHELLFLAGS += -e
4
4
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 )
6
6
7
7
$(addprefix $(DEST ) /, $(MRVL_SAI ) ) : $(DEST ) /% :
8
8
# get deb package
You can’t perform that action at this time.
0 commit comments