mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
19 lines
454 B
Plaintext
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
|