shairplay: remove
[feed/packages.git] / net / frr / Config.in
1
2 if PACKAGE_frr
3 comment "SSL support"
4
5 choice
6 prompt "Selected SSL MD5 library"
7 default FRR_INTERNAL
8
9 config FRR_OPENSSL
10 bool "OpenSSL"
11
12 config FRR_INTERNAL
13 bool "internal SSL support"
14 endchoice
15
16 comment "SNMP support"
17
18 choice
19 prompt "Enable SNMP support"
20 default FRR_NO_SNMP
21
22 config FRR_SNMP
23 bool "SNMP enable"
24
25 config FRR_NO_SNMP
26 bool "SNMP disable"
27 endchoice
28
29
30 comment "Packages"
31
32 endif