858e6183d6
The example applications, which are minimal, can be of great help in understanding how the library works. As there is no configure option to enable examples compilation, building and installation instructions had to be added to libmnl.mk. By default, which is always the case for buildroot, they are disabled. Signed-off-by: Dario Binacchi <dariobin@libero.it> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
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
|