bea473a4d4
[Peter: needs largefile support] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
config BR2_PACKAGE_LIBMNL
|
|
bool "libmnl"
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
libmnl is a minimalistic user-space library oriented
|
|
to Netlink developers.
|
|
|
|
http://netfilter.org/projects/libmnl/
|
|
|
|
comment "libmnl requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|