projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify configure and add target optimizations,
[openwrt.git]
/
openwrt
/
package
/
snort
/
Config.in
diff --git
a/openwrt/package/snort/Config.in
b/openwrt/package/snort/Config.in
index
db61335
..
d9e840f
100644
(file)
--- a/
openwrt/package/snort/Config.in
+++ b/
openwrt/package/snort/Config.in
@@
-1,19
+1,32
@@
+menu "snort - Ligthweight Network Intrusion Detection System (NIDS)"
+
+config BR2_PACKAGE_SNORT
+ bool
+ default BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM
+ default n
+
choice
prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)"
tristate
choice
prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)"
tristate
- default n
optional
help
optional
help
+
A ligthweight Network Intrusion Detection System (NIDS)
http://www.snort.org/
A ligthweight Network Intrusion Detection System (NIDS)
http://www.snort.org/
- Depends: libnet, libpcap, libpcre
+ Depends:
+ - libmysqlclient (for MySQL database logging support)
+ - libnet
+ - libpcap
+ - libpcre
+ - libpq (for PostgreSQL database logging support)
config BR2_PACKAGE_SNORT_BASIC
prompt "snort: without database support"
tristate
config BR2_PACKAGE_SNORT_BASIC
prompt "snort: without database support"
tristate
+ select BR2_PACKAGE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
@@
-21,6
+34,7
@@
choice
config BR2_PACKAGE_SNORT_MYSQL
prompt "snort-mysql: with MySQL database support"
tristate
config BR2_PACKAGE_SNORT_MYSQL
prompt "snort-mysql: with MySQL database support"
tristate
+ select BR2_PACKAGE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
@@
-29,6
+43,7
@@
choice
config BR2_PACKAGE_SNORT_PGSQL
prompt "snort-pgsql: with PostgreSQL database support"
tristate
config BR2_PACKAGE_SNORT_PGSQL
prompt "snort-pgsql: with PostgreSQL database support"
tristate
+ select BR2_PACKAGE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
@@
-37,6
+52,7
@@
choice
config BR2_PACKAGE_SNORT_CUSTOM
prompt "snort-custom: customized to your needs"
tristate
config BR2_PACKAGE_SNORT_CUSTOM
prompt "snort-custom: customized to your needs"
tristate
+ select BR2_PACKAGE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
@@
-70,7
+86,4
@@
choice
endchoice
endchoice
-config BR2_PACKAGE_SNORT
- tristate
- default BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM
-
+endmenu
This page took
0.027132 seconds
and
4
git commands to generate.