Files
infix/package/ifupdown2/Config.in
T
Joachim Wiberg cd5282c636 package/ifupdown2: new package
This is the next generation ifupdown from Cumulus Networks (now NVIDIA).
The idea is to use this to set up everything port/lag/vlan/interface
related in the system.

This first import uses the kkit branch from the KernelKit fork, becuase
of, amongst other things, integration problems with upstream packages.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2022-12-13 17:34:19 +01:00

12 lines
380 B
Plaintext

config BR2_PACKAGE_IFUPDOWN2
bool "ifupdown2"
select BR2_PACKAGE_IPROUTE2
select BR2_PACKAGE_PYTHON3 # need, e.g., xml
select BR2_PACKAGE_PYTHON_MAKO # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
Second generation high level tools to configure network interfaces.
https://github.com/CumulusNetworks/ifupdown2/