Changeset c04ece1 in freewrt for package/iptables/Config.in
- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
-
package/iptables/Config.in (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/iptables/Config.in
re13d736 rc04ece1 1 1 menu "iptables.......................... IPv4 / IPv6 firewall administration" 2 2 3 config BR2_COMPILE_IPTABLES3 config FWRT_COMPILE_IPTABLES 4 4 bool 5 5 default n 6 depends BR2_PACKAGE_IPTABLES || BR2_PACKAGE_IP6TABLES6 depends FWRT_PACKAGE_IPTABLES || FWRT_PACKAGE_IP6TABLES 7 7 8 config BR2_PACKAGE_IPTABLES8 config FWRT_PACKAGE_IPTABLES 9 9 prompt "iptables.......................... IPv4 firewall administration tool" 10 10 tristate 11 11 default y 12 select BR2_COMPILE_IPTABLES12 select FWRT_COMPILE_IPTABLES 13 13 help 14 14 IPv4 firewall, NAT, and packet mangling tools. … … 16 16 http://www.iptables.org/ 17 17 18 config BR2_PACKAGE_IPTABLES_EXTRA18 config FWRT_PACKAGE_IPTABLES_EXTRA 19 19 prompt "iptables-extra.................. Extra Iptables extensions for IPv4 firewalling (meta-package)" 20 20 tristate 21 21 default m if CONFIG_DEVEL 22 depends BR2_PACKAGE_IPTABLES23 select BR2_PACKAGE_KMOD_IPTABLES_EXTRA24 select BR2_PACKAGE_IPTABLES_MOD_CONNTRACK25 select BR2_PACKAGE_IPTABLES_MOD_EXTRA26 select BR2_PACKAGE_IPTABLES_MOD_FILTER27 select BR2_PACKAGE_IPTABLES_MOD_IMQ28 select BR2_PACKAGE_IPTABLES_MOD_IPOPT29 select BR2_PACKAGE_IPTABLES_MOD_IPSEC30 select BR2_PACKAGE_IPTABLES_MOD_NAT31 select BR2_PACKAGE_IPTABLES_MOD_ULOG22 depends FWRT_PACKAGE_IPTABLES 23 select FWRT_PACKAGE_KMOD_IPTABLES_EXTRA 24 select FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK 25 select FWRT_PACKAGE_IPTABLES_MOD_EXTRA 26 select FWRT_PACKAGE_IPTABLES_MOD_FILTER 27 select FWRT_PACKAGE_IPTABLES_MOD_IMQ 28 select FWRT_PACKAGE_IPTABLES_MOD_IPOPT 29 select FWRT_PACKAGE_IPTABLES_MOD_IPSEC 30 select FWRT_PACKAGE_IPTABLES_MOD_NAT 31 select FWRT_PACKAGE_IPTABLES_MOD_ULOG 32 32 help 33 33 Extra Iptables extensions for IPv4 firewalling (meta-package) 34 34 35 config BR2_PACKAGE_IPTABLES_MOD_CONNTRACK35 config FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK 36 36 prompt "iptables-mod-conntrack.......... Iptables extensions for connection tracking" 37 37 tristate 38 38 default m if CONFIG_DEVEL 39 depends BR2_PACKAGE_IPTABLES40 select BR2_PACKAGE_KMOD_IPT_CONNTRACK39 depends FWRT_PACKAGE_IPTABLES 40 select FWRT_PACKAGE_KMOD_IPT_CONNTRACK 41 41 help 42 42 Iptables (IPv4) extensions for connection tracking … … 47 47 * libipt_connmark/CONNMARK 48 48 49 config BR2_PACKAGE_IPTABLES_MOD_FILTER49 config FWRT_PACKAGE_IPTABLES_MOD_FILTER 50 50 prompt "iptables-mod-filter............. Iptables extension for packet content inspection" 51 51 tristate 52 52 default m if CONFIG_DEVEL 53 depends BR2_PACKAGE_IPTABLES54 select BR2_PACKAGE_KMOD_IPT_FILTER53 depends FWRT_PACKAGE_IPTABLES 54 select FWRT_PACKAGE_KMOD_IPT_FILTER 55 55 help 56 56 Iptables (IPv4) extension for packet content inspection … … 60 60 * libipt_layer7 61 61 62 config BR2_PACKAGE_IPTABLES_MOD_IMQ62 config FWRT_PACKAGE_IPTABLES_MOD_IMQ 63 63 prompt "iptables-mod-imq................ Iptables extensions for Intermediate Queuing Device QoS-support" 64 64 tristate 65 65 default m if CONFIG_DEVEL 66 depends BR2_PACKAGE_IPTABLES67 select BR2_PACKAGE_KMOD_IMQ66 depends FWRT_PACKAGE_IPTABLES 67 select FWRT_PACKAGE_KMOD_IMQ 68 68 help 69 69 Iptables (IPv4) extensions for Intermediate Queuing Device QoS-support … … 72 72 * libipt_IMQ 73 73 74 config BR2_PACKAGE_IPTABLES_MOD_IPOPT74 config FWRT_PACKAGE_IPTABLES_MOD_IPOPT 75 75 prompt "iptables-mod-ipopt.............. Iptables extensions for matching/changing IP packet options" 76 76 tristate 77 77 default m if CONFIG_DEVEL 78 depends BR2_PACKAGE_IPTABLES79 select BR2_PACKAGE_KMOD_IPT_IPOPT78 depends FWRT_PACKAGE_IPTABLES 79 select FWRT_PACKAGE_KMOD_IPT_IPOPT 80 80 help 81 81 Extra Iptables (IPv4) extensions for matching/changing IP packet options … … 91 91 * libipt_unclean 92 92 93 config BR2_PACKAGE_IPTABLES_MOD_IPSEC93 config FWRT_PACKAGE_IPTABLES_MOD_IPSEC 94 94 prompt "iptables-mod-ipsec.............. Iptables extensions for matching special IPsec packets" 95 95 tristate 96 96 default m if CONFIG_DEVEL 97 depends BR2_PACKAGE_IPTABLES98 select BR2_PACKAGE_KMOD_IPT_IPSEC97 depends FWRT_PACKAGE_IPTABLES 98 select FWRT_PACKAGE_KMOD_IPT_IPSEC 99 99 help 100 100 Iptables (IPv4) extensions for matching special IPsec packets … … 104 104 * libipt_esp 105 105 106 config BR2_PACKAGE_IPTABLES_MOD_NAT106 config FWRT_PACKAGE_IPTABLES_MOD_NAT 107 107 prompt "iptables-mod-nat................ Iptables extensions for different NAT targets" 108 108 tristate 109 109 default m if CONFIG_DEVEL 110 depends BR2_PACKAGE_IPTABLES111 select BR2_PACKAGE_KMOD_IPT_NAT110 depends FWRT_PACKAGE_IPTABLES 111 select FWRT_PACKAGE_KMOD_IPT_NAT 112 112 help 113 113 Iptables (IPv4) extensions for different NAT targets … … 116 116 * libipt_REDIRECT 117 117 118 config BR2_PACKAGE_IPTABLES_MOD_ULOG118 config FWRT_PACKAGE_IPTABLES_MOD_ULOG 119 119 prompt "iptables-mod-ulog............... Iptables extensions for user-space packet logging" 120 120 tristate 121 121 default m if CONFIG_DEVEL 122 depends BR2_PACKAGE_IPTABLES123 select BR2_PACKAGE_KMOD_IPT_ULOG122 depends FWRT_PACKAGE_IPTABLES 123 select FWRT_PACKAGE_KMOD_IPT_ULOG 124 124 help 125 125 Iptables (IPv4) extensions for user-space packet logging … … 128 128 * libipt_ULOG 129 129 130 config BR2_PACKAGE_IPTABLES_MOD_EXTRA130 config FWRT_PACKAGE_IPTABLES_MOD_EXTRA 131 131 prompt "iptables-mod-extra.............. Other extra Iptables extensions" 132 132 tristate 133 133 default m if CONFIG_DEVEL 134 depends BR2_PACKAGE_IPTABLES135 select BR2_PACKAGE_KMOD_IPT_EXTRA134 depends FWRT_PACKAGE_IPTABLES 135 select FWRT_PACKAGE_KMOD_IPT_EXTRA 136 136 help 137 137 Other extra Iptables (IPv4) extensions … … 144 144 * libipt_recent 145 145 146 config BR2_PACKAGE_IPTABLES_UTILS146 config FWRT_PACKAGE_IPTABLES_UTILS 147 147 prompt "iptables-utils.................. Save and restore utilities" 148 148 tristate 149 149 default m if CONFIG_DEVEL 150 depends BR2_PACKAGE_IPTABLES150 depends FWRT_PACKAGE_IPTABLES 151 151 help 152 152 iptables-save and iptables-restore for Iptables (IPv4) … … 154 154 http://www.iptables.org/ 155 155 156 config BR2_PACKAGE_IP6TABLES156 config FWRT_PACKAGE_IP6TABLES 157 157 prompt "ip6tables......................... IPv6 firewall administration tool" 158 158 tristate 159 159 default m if CONFIG_DEVEL 160 select BR2_COMPILE_IPTABLES161 select BR2_PACKAGE_KMOD_IPV6160 select FWRT_COMPILE_IPTABLES 161 select FWRT_PACKAGE_KMOD_IPV6 162 162 help 163 163 IPv6 firewall, NAT, and packet mangling tools.
Note:
See TracChangeset
for help on using the changeset viewer.
