mirror of https://github.com/hak5/openwrt-owl.git
package/kernel: netfilter: Remove 2.4/2.6 references
There's only 2.6, so it doesn't make sense to mention modules that are 2.4 only or for modules that they are available only for 2.6. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26902owl
parent
2850136ae8
commit
49f738fa6d
|
@ -24,7 +24,7 @@ endef
|
||||||
define KernelPackage/ipt-core/description
|
define KernelPackage/ipt-core/description
|
||||||
Netfilter core kernel modules
|
Netfilter core kernel modules
|
||||||
Includes:
|
Includes:
|
||||||
- comment (2.6)
|
- comment
|
||||||
- limit
|
- limit
|
||||||
- LOG
|
- LOG
|
||||||
- mac
|
- mac
|
||||||
|
@ -54,7 +54,7 @@ define KernelPackage/ipt-conntrack/description
|
||||||
Netfilter (IPv4) kernel modules for connection tracking
|
Netfilter (IPv4) kernel modules for connection tracking
|
||||||
Includes:
|
Includes:
|
||||||
- conntrack
|
- conntrack
|
||||||
- defrag (2.6)
|
- defrag
|
||||||
- iptables_raw
|
- iptables_raw
|
||||||
- NOTRACK
|
- NOTRACK
|
||||||
- state
|
- state
|
||||||
|
@ -116,14 +116,12 @@ define KernelPackage/ipt-ipopt/description
|
||||||
- CLASSIFY
|
- CLASSIFY
|
||||||
- dscp/DSCP
|
- dscp/DSCP
|
||||||
- ecn/ECN
|
- ecn/ECN
|
||||||
- hl/HL (2.6.30 and later)
|
- hl/HL
|
||||||
- length
|
- length
|
||||||
- mark/MARK
|
- mark/MARK
|
||||||
- statistic (2.6)
|
- statistic
|
||||||
- tcpmss
|
- tcpmss
|
||||||
- time
|
- time
|
||||||
- tos/TOS (prior to 2.6.25)
|
|
||||||
- ttl/TTL (prior to 2.6.30)
|
|
||||||
- unclean
|
- unclean
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -143,7 +141,7 @@ define KernelPackage/ipt-ipsec/description
|
||||||
Includes:
|
Includes:
|
||||||
- ah
|
- ah
|
||||||
- esp
|
- esp
|
||||||
- policy (2.6)
|
- policy
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-ipsec))
|
$(eval $(call KernelPackage,ipt-ipsec))
|
||||||
|
@ -177,7 +175,6 @@ endef
|
||||||
define KernelPackage/ipt-nat-extra/description
|
define KernelPackage/ipt-nat-extra/description
|
||||||
Netfilter (IPv4) kernel modules for extra NAT targets
|
Netfilter (IPv4) kernel modules for extra NAT targets
|
||||||
Includes:
|
Includes:
|
||||||
- MIRROR (2.4)
|
|
||||||
- NETMAP
|
- NETMAP
|
||||||
- REDIRECT
|
- REDIRECT
|
||||||
endef
|
endef
|
||||||
|
@ -218,10 +215,10 @@ define KernelPackage/ipt-nathelper-extra/description
|
||||||
- amanda
|
- amanda
|
||||||
- h323
|
- h323
|
||||||
- mms
|
- mms
|
||||||
- pptp (2.6)
|
- pptp
|
||||||
- proto_gre (2.6)
|
- proto_gre
|
||||||
- rtsp
|
- rtsp
|
||||||
- sip (2.6)
|
- sip
|
||||||
- snmp_basic
|
- snmp_basic
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -343,7 +340,6 @@ endef
|
||||||
define KernelPackage/ipt-extra/description
|
define KernelPackage/ipt-extra/description
|
||||||
Other Netfilter (IPv4) kernel modules
|
Other Netfilter (IPv4) kernel modules
|
||||||
Includes:
|
Includes:
|
||||||
- condition (2.4 only)
|
|
||||||
- owner
|
- owner
|
||||||
- physdev (if bridge support was enabled in kernel)
|
- physdev (if bridge support was enabled in kernel)
|
||||||
- pkttype
|
- pkttype
|
||||||
|
|
Loading…
Reference in New Issue