Files
2023-03-09 07:21:50 +01:00

19 lines
454 B
Plaintext

config BR2_PACKAGE_PROFETH_SUPPORTED
bool
default y
depends on BR2_PACKAGE_P_NET
depends on BR2_PACKAGE_NETSNMP_SERVER
config BR2_PACKAGE_PROFETH
bool "profeth"
depends on BR2_PACKAGE_PROFETH_SUPPORTED
help
Simple profinet switch management.
Note: to run in Qemu you need the following menuconfig settings:
QEMU_NET_TAP=y
QEMU_NET_TAP_N=10
comment "profeth needs p-net"
depends on !BR2_PACKAGE_PROFETH_SUPPORTED