This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/rules/radvd.mk
Joe LeVeque fe01470fe1 [201803] [radvd] Build radvd from source; Patch so as not to treat out-of-range MTU as an error (#2552)
* Build radvd from source and patch to ignore out-of-range MTU size

* Add comments to radvd patch, remove line instead of commenting it out
2019-02-12 14:53:21 -08:00

10 lines
173 B
Makefile

# radvd package
RADVD_VERSION = 1.9.1-1.3
export RADVD_VERSION
RADVD = radvd_$(RADVD_VERSION)_amd64.deb
$(RADVD)_SRC_PATH = $(SRC_PATH)/radvd
SONIC_MAKE_DEBS += $(RADVD)