diff options
Diffstat (limited to 'package/quagga')
-rw-r--r-- | package/quagga/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in index e540cc608..fb0d590b6 100644 --- a/package/quagga/Config.in +++ b/package/quagga/Config.in @@ -59,8 +59,12 @@ config BR2_PACKAGE_QUAGGA_NETLINK config BR2_PACKAGE_QUAGGA_SNMP bool "SNMP support" + depends on !BR2_TOOLCHAIN_EXTERNAL select BR2_PACKAGE_NETSNMP +comment "quagga snmp support broken with external toolchains" + depends on BR2_TOOLCHAIN_EXTERNAL + config BR2_PACKAGE_QUAGGA_TCP_ZEBRA bool "TCP/IP socket connection between zebra and proto daemon" |