|
@@ -747,7 +747,9 @@ config NETFILTER_XT_TARGET_LED
|
|
|
|
|
|
config NETFILTER_XT_TARGET_LOG
|
|
config NETFILTER_XT_TARGET_LOG
|
|
tristate "LOG target support"
|
|
tristate "LOG target support"
|
|
- depends on NF_LOG_IPV4 && NF_LOG_IPV6
|
|
|
|
|
|
+ select NF_LOG_COMMON
|
|
|
|
+ select NF_LOG_IPV4
|
|
|
|
+ select NF_LOG_IPV6 if IPV6
|
|
default m if NETFILTER_ADVANCED=n
|
|
default m if NETFILTER_ADVANCED=n
|
|
help
|
|
help
|
|
This option adds a `LOG' target, which allows you to create rules in
|
|
This option adds a `LOG' target, which allows you to create rules in
|