01cb7934b0
- build SONIC_STRETCH_DOCKERS in sonic-slave-stretch docker - build image related module in sonic-slave-buster docker. This includes all kernels modules and some packages Signed-off-by: Guohan Lu <lguohan@gmail.com>
18 lines
469 B
Makefile
18 lines
469 B
Makefile
# radvd package
|
|
|
|
RADVD_VERSION = 2.17-2~bpo9+1
|
|
|
|
export RADVD_VERSION
|
|
|
|
RADVD = radvd_$(RADVD_VERSION)_$(CONFIGURED_ARCH).deb
|
|
$(RADVD)_SRC_PATH = $(SRC_PATH)/radvd
|
|
SONIC_MAKE_DEBS += $(RADVD)
|
|
|
|
RADVD_DBG = radvd-dbgsym_$(RADVD_VERSION)_$(CONFIGURED_ARCH).deb
|
|
$(eval $(call add_derived_package,$(RADVD),$(RADVD_DBG)))
|
|
|
|
# The .c, .cpp, .h & .hpp files under src/{$DBG_SRC_ARCHIVE list}
|
|
# are archived into debug one image to facilitate debugging.
|
|
#
|
|
DBG_SRC_ARCHIVE += radvd
|