[bcmsh] Fix the bcmsh issues. (#1761)

bcmsh is not copied to /usr/bin/ at host side
This commit is contained in:
zhenggen-xu 2018-06-06 15:39:23 -07:00 committed by Qi Luo
parent 0ff7ba69f7
commit 83d9c7e593

View File

@ -17,3 +17,4 @@ $(DOCKER_SYNCD_BRCM)_RUN_OPT += -v /var/run/docker-syncd:/var/run/sswsyncd
$(DOCKER_SYNCD_BRCM)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
$(DOCKER_SYNCD_BRCM)_BASE_IMAGE_FILES += bcmcmd:/usr/bin/bcmcmd
$(DOCKER_SYNCD_BRCM)_BASE_IMAGE_FILES += bcmsh:/usr/bin/bcmsh