b6efe438b5
* [cfggen] Support reading from and writing to configdb * [bgp] Move bgp_admin_state to configdb, support dynamic admin state change * [sonic-utilities] Adapt configDB for admin status, support config save and config load
8 lines
297 B
Makefile
8 lines
297 B
Makefile
# sonic-config-engine package
|
|
|
|
SONIC_CONFIG_ENGINE = sonic_config_engine-1.0-py2-none-any.whl
|
|
$(SONIC_CONFIG_ENGINE)_SRC_PATH = $(SRC_PATH)/sonic-config-engine
|
|
$(SONIC_CONFIG_ENGINE)_DEPENDS += $(SWSSSDK_PY2)
|
|
$(SONIC_CONFIG_ENGINE)_PYTHON_VERSION = 2
|
|
SONIC_PYTHON_WHEELS += $(SONIC_CONFIG_ENGINE)
|