aded3f6b96
As agreed in [1], now that the patch for including kernel headers has been applied upstream, we can remove the restrictions in Buildroot to avoid compilation failures. The patch is an adaptation of the one applied upstream. [1] https://patchwork.ozlabs.org/project/buildroot/patch/20230520210153.3944842-1-dario.binacchi@amarulasolutions.com/ Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
296 B
Plaintext
17 lines
296 B
Plaintext
config BR2_PACKAGE_LIBMNL
|
|
bool "libmnl"
|
|
help
|
|
libmnl is a minimalistic user-space library oriented
|
|
to Netlink developers.
|
|
|
|
http://netfilter.org/projects/libmnl/
|
|
|
|
if BR2_PACKAGE_LIBMNL
|
|
|
|
config BR2_PACKAGE_LIBMNL_EXAMPLES
|
|
bool "install examples"
|
|
help
|
|
Install binary examples.
|
|
|
|
endif
|