|
@@ -36,16 +36,16 @@ config ADK_KPACKAGE_KMOD_IP_NF_FILTER
|
|
|
|
|
|
config ADK_KPACKAGE_KMOD_FULL_NAT
|
|
config ADK_KPACKAGE_KMOD_FULL_NAT
|
|
tristate "Meta package for Full NAT"
|
|
tristate "Meta package for Full NAT"
|
|
- select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_82
|
|
+ select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_84
|
|
- select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_10_30
|
|
+ select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_10_34
|
|
select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10
|
|
select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10
|
|
- select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_13
|
|
+ select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_14
|
|
- select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_6
|
|
+ select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_7
|
|
|
|
|
|
config ADK_KPACKAGE_KMOD_NF_NAT
|
|
config ADK_KPACKAGE_KMOD_NF_NAT
|
|
tristate 'Full NAT'
|
|
tristate 'Full NAT'
|
|
depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
|
|
depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
|
|
- depends on ADK_KERNEL_VERSION_3_4_82
|
|
+ depends on ADK_KERNEL_VERSION_3_4_84
|
|
help
|
|
help
|
|
The Full NAT option allows masquerading, port forwarding and other
|
|
The Full NAT option allows masquerading, port forwarding and other
|
|
forms of full Network Address Port Translation. It is controlled by
|
|
forms of full Network Address Port Translation. It is controlled by
|
|
@@ -54,10 +54,10 @@ config ADK_KPACKAGE_KMOD_NF_NAT
|
|
config ADK_KPACKAGE_KMOD_NF_NAT_IPV4
|
|
config ADK_KPACKAGE_KMOD_NF_NAT_IPV4
|
|
tristate 'Full NAT'
|
|
tristate 'Full NAT'
|
|
depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
|
|
depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
|
|
- depends on ADK_KERNEL_VERSION_3_10_30 \
|
|
+ depends on ADK_KERNEL_VERSION_3_10_34 \
|
|
|| ADK_KERNEL_VERSION_3_11_10 \
|
|
|| ADK_KERNEL_VERSION_3_11_10 \
|
|
- || ADK_KERNEL_VERSION_3_12_13 \
|
|
+ || ADK_KERNEL_VERSION_3_12_14 \
|
|
- || ADK_KERNEL_VERSION_3_13_6
|
|
+ || ADK_KERNEL_VERSION_3_13_7
|
|
help
|
|
help
|
|
The Full NAT option allows masquerading, port forwarding and other
|
|
The Full NAT option allows masquerading, port forwarding and other
|
|
forms of full Network Address Port Translation. It is controlled by
|
|
forms of full Network Address Port Translation. It is controlled by
|