xref: /OK3568_Linux_fs/buildroot/package/netopeer2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "netopeer2 needs a toolchain w/ gcc >= 4.8, C++, threads, dynamic library"
2*4882a593Smuzhiyun	depends on BR2_USE_MMU
3*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
4*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig BR2_PACKAGE_NETOPEER2
7*4882a593Smuzhiyun	bool "netopeer2"
8*4882a593Smuzhiyun	depends on BR2_USE_MMU # libnetconf2, libssh, sysrepo
9*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libnetconf2, libssh, libyang, sysrepo
10*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # sysrepo
11*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
12*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # sysrepo
13*4882a593Smuzhiyun	select BR2_PACKAGE_LIBNETCONF2
14*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSSH
15*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSSH_SERVER # For libnetconf2 to have SSH
16*4882a593Smuzhiyun	select BR2_PACKAGE_LIBYANG
17*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL # For libnetconf2 to have TLS
18*4882a593Smuzhiyun	select BR2_PACKAGE_SYSREPO
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  Netopeer2 is a set of tools implementing network configuration
21*4882a593Smuzhiyun	  tools based on the NETCONF Protocol.
22*4882a593Smuzhiyun
23*4882a593Smuzhiyun	  This is the server part.
24*4882a593Smuzhiyun
25*4882a593Smuzhiyun	  https://github.com/CESNET/Netopeer2
26*4882a593Smuzhiyun
27*4882a593Smuzhiyunif BR2_PACKAGE_NETOPEER2
28*4882a593Smuzhiyun
29*4882a593Smuzhiyunconfig BR2_PACKAGE_NETOPEER2_CLI
30*4882a593Smuzhiyun	bool "cli"
31*4882a593Smuzhiyun	help
32*4882a593Smuzhiyun	  Enable netopeer2 CLI.
33*4882a593Smuzhiyun
34*4882a593Smuzhiyunendif
35