mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/frr: drop libnl dependency
libnl is not needed to build frr since the addition of the package in commit26d82d006bNo mention of libnl found in https://github.com/FRRouting/frr or https://docs.frrouting.org/projects/dev-guide/en/latest/building.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitefa955ac41) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
68b4858059
commit
d69475afc9
@@ -7,7 +7,6 @@ config BR2_PACKAGE_FRR
|
||||
select BR2_PACKAGE_BASH
|
||||
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
||||
select BR2_PACKAGE_LIBYANG
|
||||
select BR2_PACKAGE_LIBNL
|
||||
select BR2_PACKAGE_READLINE
|
||||
select BR2_PACKAGE_JSON_C
|
||||
help
|
||||
|
||||
@@ -12,7 +12,7 @@ FRR_CPE_ID_VENDOR = linuxfoundation
|
||||
FRR_CPE_ID_PRODUCT = free_range_routing
|
||||
FRR_AUTORECONF = YES
|
||||
|
||||
FRR_DEPENDENCIES = host-frr readline json-c libyang libnl \
|
||||
FRR_DEPENDENCIES = host-frr readline json-c libyang \
|
||||
$(if $(BR2_PACKAGE_C_ARES),c-ares)
|
||||
|
||||
HOST_FRR_DEPENDENCIES = host-flex host-bison host-elfutils host-python3
|
||||
|
||||
Reference in New Issue
Block a user