summaryrefslogtreecommitdiffstats
path: root/package/libmnl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libmnl/Config.in')
-rw-r--r--package/libmnl/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libmnl/Config.in b/package/libmnl/Config.in
new file mode 100644
index 000000000..87475df5a
--- /dev/null
+++ b/package/libmnl/Config.in
@@ -0,0 +1,11 @@
+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