remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 and dsniff...
[10.03/openwrt.git] / package / libnids / Config.in
1 config BR2_PACKAGE_LIBNIDS
2         prompt "libnids........................... A network intrusion detection library"
3         tristate
4         select BR2_PACKAGE_LIBPCAP
5         select BR2_PACKAGE_LIBNET
6         default m if CONFIG_DEVEL
7         help
8           An implementation of an E-component of Network Intrusion Detection System.
9           
10           http://www.packetfactory.net/projects/libnids/
11