summaryrefslogtreecommitdiffstats
path: root/rules/libnl.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-29 14:50:07 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-29 14:50:07 +0000
commit5ddf2a51305375fbcfea6783c9acb904e9f7a485 (patch)
tree3c4e49bfd3ff8a2fefcc104d01d3c23996176e99 /rules/libnl.in
parent2c82738d75b793ea86fecfc9ee35372526819021 (diff)
downloadptxdist-5ddf2a51305375fbcfea6783c9acb904e9f7a485.tar.gz
ptxdist-5ddf2a51305375fbcfea6783c9acb904e9f7a485.tar.xz
* libnl: added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9673 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libnl.in')
-rw-r--r--rules/libnl.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/libnl.in b/rules/libnl.in
new file mode 100644
index 000000000..d1ead2a73
--- /dev/null
+++ b/rules/libnl.in
@@ -0,0 +1,11 @@
+## SECTION=system_libraries
+
+config LIBNL
+ tristate
+ prompt "libnl"
+ help
+ libnl is a library for applications dealing with netlink
+ sockets. The library provides an interface for raw
+ netlink messaging and various netlink family specific
+ interfaces.
+