mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
Use ael fork with not-yet upstreamed fixes for now. Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
15 lines
333 B
Plaintext
15 lines
333 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
|
|
|
|
comment "profeth needs p-net"
|
|
depends on !BR2_PACKAGE_PROFETH_SUPPORTED
|