+ config BR2_PACKAGE_SNORT_ENABLE_DEBUG
+ prompt "debug (enable debugging options, useful for bugreports)"
+ bool
+ default n
+ depends BR2_PACKAGE_SNORT_CUSTOM
+
+ config BR2_PACKAGE_SNORT_ENABLE_INLINE
+ prompt "inline mode (read packets from iptables instead of libpcap)"
+ bool
+ default n
+ depends BR2_PACKAGE_SNORT_CUSTOM
+ select BR2_PACKAGE_IPTABLES
+