summaryrefslogtreecommitdiffstats
path: root/package/libnids/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libnids/Config.in')
-rw-r--r--package/libnids/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libnids/Config.in b/package/libnids/Config.in
new file mode 100644
index 000000000..fd87fcac5
--- /dev/null
+++ b/package/libnids/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LIBNIDS
+ tristate "libnids"
+ select BR2_PACKAGE_LIBPCAP
+ select BR2_PACKAGE_LIBNET
+ default m if CONFIG_DEVEL
+ help
+ An implementation of an E-component of Network Intrusion Detection System.
+
+ http://www.packetfactory.net/projects/libnids/
+