xref: /OK3568_Linux_fs/buildroot/package/frr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_FRR
2*4882a593Smuzhiyun	bool "frr"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libyang
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
7*4882a593Smuzhiyun	select BR2_PACKAGE_BASH
8*4882a593Smuzhiyun	select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
9*4882a593Smuzhiyun	select BR2_PACKAGE_C_ARES
10*4882a593Smuzhiyun	select BR2_PACKAGE_LIBYANG
11*4882a593Smuzhiyun	select BR2_PACKAGE_LIBNL
12*4882a593Smuzhiyun	select BR2_PACKAGE_READLINE
13*4882a593Smuzhiyun	select BR2_PACKAGE_JSON_C
14*4882a593Smuzhiyun	help
15*4882a593Smuzhiyun	  The FRRouting Protocol Suite.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  FRR is free software that implements and manages various
18*4882a593Smuzhiyun	  IPv4 and IPv6 routing protocols.
19*4882a593Smuzhiyun
20*4882a593Smuzhiyun	  https://frrouting.org
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuncomment "frr needs a toolchain w/ threads, dynamic library"
23*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
24*4882a593Smuzhiyun	depends on BR2_USE_MMU
25*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
26