summaryrefslogtreecommitdiff
path: root/package/libdnet/Config.in
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2008-09-04 05:50:31 +0000
committerHamish Moffatt <hamish@cloud.net.au>2008-09-04 05:50:31 +0000
commitadd5629d4af26933bb8f1a22da395f0b3d8cf87d (patch)
tree0d438ea682f884f0a3c9847ac2e1f31b52f46f8b /package/libdnet/Config.in
parent87f0d783ff4b5c6e16f84a4f35b28d278718b13e (diff)
New package for dnet, a wrapper library for getting access to kernel network information
and an optional Python module for the same.
Diffstat (limited to 'package/libdnet/Config.in')
-rw-r--r--package/libdnet/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libdnet/Config.in b/package/libdnet/Config.in
new file mode 100644
index 000000000..589903f96
--- /dev/null
+++ b/package/libdnet/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_LIBDNET
+ bool "libdnet"
+ help
+ libdnet - simplified interface to low-level networking routines.
+
+ http://libdnet.sourceforge.net/
+
+config BR2_PACKAGE_LIBDNET_PYTHON
+ bool "libdnet python module"
+ depends on BR2_PACKAGE_LIBDNET && BR2_PACKAGE_PYTHON
+ help
+ dnet module for python
+
+comment "dnet module for python requires python package"
+ depends on BR2_PACKAGE_LIBDNET && !BR2_PACKAGE_PYTHON
+