Creates /var/run/quagga and fixes permissions on it, closes #192
[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