Changeset c04ece1 in freewrt for package/iptables


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/iptables/Config.in

    re13d736 rc04ece1  
    11menu "iptables.......................... IPv4 / IPv6 firewall administration"
    22
    3 config BR2_COMPILE_IPTABLES
     3config FWRT_COMPILE_IPTABLES
    44        bool
    55        default n
    6         depends BR2_PACKAGE_IPTABLES || BR2_PACKAGE_IP6TABLES
     6        depends FWRT_PACKAGE_IPTABLES || FWRT_PACKAGE_IP6TABLES
    77
    8 config BR2_PACKAGE_IPTABLES
     8config FWRT_PACKAGE_IPTABLES
    99        prompt "iptables.......................... IPv4 firewall administration tool"
    1010        tristate
    1111        default y
    12         select BR2_COMPILE_IPTABLES
     12        select FWRT_COMPILE_IPTABLES
    1313        help
    1414          IPv4 firewall, NAT, and packet mangling tools.
     
    1616          http://www.iptables.org/
    1717
    18 config BR2_PACKAGE_IPTABLES_EXTRA
     18config FWRT_PACKAGE_IPTABLES_EXTRA
    1919        prompt   "iptables-extra.................. Extra Iptables extensions for IPv4 firewalling (meta-package)"
    2020        tristate
    2121        default m if CONFIG_DEVEL
    22         depends BR2_PACKAGE_IPTABLES
    23         select BR2_PACKAGE_KMOD_IPTABLES_EXTRA
    24         select BR2_PACKAGE_IPTABLES_MOD_CONNTRACK
    25         select BR2_PACKAGE_IPTABLES_MOD_EXTRA
    26         select BR2_PACKAGE_IPTABLES_MOD_FILTER
    27         select BR2_PACKAGE_IPTABLES_MOD_IMQ
    28         select BR2_PACKAGE_IPTABLES_MOD_IPOPT
    29         select BR2_PACKAGE_IPTABLES_MOD_IPSEC
    30         select BR2_PACKAGE_IPTABLES_MOD_NAT
    31         select BR2_PACKAGE_IPTABLES_MOD_ULOG
     22        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
    3232        help
    3333          Extra Iptables extensions for IPv4 firewalling (meta-package)
    3434
    35 config BR2_PACKAGE_IPTABLES_MOD_CONNTRACK
     35config FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK
    3636        prompt   "iptables-mod-conntrack.......... Iptables extensions for connection tracking"
    3737        tristate
    3838        default m if CONFIG_DEVEL
    39         depends BR2_PACKAGE_IPTABLES
    40         select BR2_PACKAGE_KMOD_IPT_CONNTRACK
     39        depends FWRT_PACKAGE_IPTABLES
     40        select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
    4141        help
    4242          Iptables (IPv4) extensions for connection tracking
     
    4747            * libipt_connmark/CONNMARK
    4848
    49 config BR2_PACKAGE_IPTABLES_MOD_FILTER
     49config FWRT_PACKAGE_IPTABLES_MOD_FILTER
    5050        prompt   "iptables-mod-filter............. Iptables extension for packet content inspection"
    5151        tristate
    5252        default m if CONFIG_DEVEL
    53         depends BR2_PACKAGE_IPTABLES
    54         select BR2_PACKAGE_KMOD_IPT_FILTER
     53        depends FWRT_PACKAGE_IPTABLES
     54        select FWRT_PACKAGE_KMOD_IPT_FILTER
    5555        help
    5656          Iptables (IPv4) extension for packet content inspection
     
    6060            * libipt_layer7
    6161
    62 config BR2_PACKAGE_IPTABLES_MOD_IMQ
     62config FWRT_PACKAGE_IPTABLES_MOD_IMQ
    6363        prompt "iptables-mod-imq................ Iptables extensions for Intermediate Queuing Device QoS-support"
    6464        tristate
    6565        default m if CONFIG_DEVEL
    66         depends BR2_PACKAGE_IPTABLES
    67         select BR2_PACKAGE_KMOD_IMQ
     66        depends FWRT_PACKAGE_IPTABLES
     67        select FWRT_PACKAGE_KMOD_IMQ
    6868        help
    6969          Iptables (IPv4) extensions for Intermediate Queuing Device QoS-support
     
    7272            * libipt_IMQ
    7373
    74 config BR2_PACKAGE_IPTABLES_MOD_IPOPT
     74config FWRT_PACKAGE_IPTABLES_MOD_IPOPT
    7575        prompt   "iptables-mod-ipopt.............. Iptables extensions for matching/changing IP packet options"
    7676        tristate
    7777        default m if CONFIG_DEVEL
    78         depends BR2_PACKAGE_IPTABLES
    79         select BR2_PACKAGE_KMOD_IPT_IPOPT
     78        depends FWRT_PACKAGE_IPTABLES
     79        select FWRT_PACKAGE_KMOD_IPT_IPOPT
    8080        help
    8181          Extra Iptables (IPv4) extensions for matching/changing IP packet options
     
    9191            * libipt_unclean
    9292
    93 config BR2_PACKAGE_IPTABLES_MOD_IPSEC
     93config FWRT_PACKAGE_IPTABLES_MOD_IPSEC
    9494        prompt   "iptables-mod-ipsec.............. Iptables extensions for matching special IPsec packets"
    9595        tristate
    9696        default m if CONFIG_DEVEL
    97         depends BR2_PACKAGE_IPTABLES
    98         select BR2_PACKAGE_KMOD_IPT_IPSEC
     97        depends FWRT_PACKAGE_IPTABLES
     98        select FWRT_PACKAGE_KMOD_IPT_IPSEC
    9999        help
    100100          Iptables (IPv4) extensions for matching special IPsec packets
     
    104104            * libipt_esp
    105105
    106 config BR2_PACKAGE_IPTABLES_MOD_NAT
     106config FWRT_PACKAGE_IPTABLES_MOD_NAT
    107107        prompt   "iptables-mod-nat................ Iptables extensions for different NAT targets"
    108108        tristate
    109109        default m if CONFIG_DEVEL
    110         depends BR2_PACKAGE_IPTABLES
    111         select BR2_PACKAGE_KMOD_IPT_NAT
     110        depends FWRT_PACKAGE_IPTABLES
     111        select FWRT_PACKAGE_KMOD_IPT_NAT
    112112        help
    113113          Iptables (IPv4) extensions for different NAT targets
     
    116116            * libipt_REDIRECT
    117117
    118 config BR2_PACKAGE_IPTABLES_MOD_ULOG
     118config FWRT_PACKAGE_IPTABLES_MOD_ULOG
    119119        prompt   "iptables-mod-ulog............... Iptables extensions for user-space packet logging"
    120120        tristate
    121121        default m if CONFIG_DEVEL
    122         depends BR2_PACKAGE_IPTABLES
    123         select BR2_PACKAGE_KMOD_IPT_ULOG
     122        depends FWRT_PACKAGE_IPTABLES
     123        select FWRT_PACKAGE_KMOD_IPT_ULOG
    124124        help
    125125          Iptables (IPv4) extensions for user-space packet logging
     
    128128            * libipt_ULOG
    129129
    130 config BR2_PACKAGE_IPTABLES_MOD_EXTRA
     130config FWRT_PACKAGE_IPTABLES_MOD_EXTRA
    131131        prompt   "iptables-mod-extra.............. Other extra Iptables extensions"
    132132        tristate
    133133        default m if CONFIG_DEVEL
    134         depends BR2_PACKAGE_IPTABLES
    135         select BR2_PACKAGE_KMOD_IPT_EXTRA
     134        depends FWRT_PACKAGE_IPTABLES
     135        select FWRT_PACKAGE_KMOD_IPT_EXTRA
    136136        help
    137137          Other extra Iptables (IPv4) extensions
     
    144144            * libipt_recent
    145145
    146 config BR2_PACKAGE_IPTABLES_UTILS
     146config FWRT_PACKAGE_IPTABLES_UTILS
    147147        prompt   "iptables-utils.................. Save and restore utilities"
    148148        tristate
    149149        default m if CONFIG_DEVEL
    150         depends BR2_PACKAGE_IPTABLES
     150        depends FWRT_PACKAGE_IPTABLES
    151151        help
    152152          iptables-save and iptables-restore for Iptables (IPv4)
     
    154154          http://www.iptables.org/
    155155
    156 config BR2_PACKAGE_IP6TABLES
     156config FWRT_PACKAGE_IP6TABLES
    157157        prompt "ip6tables......................... IPv6 firewall administration tool"
    158158        tristate
    159159        default m if CONFIG_DEVEL
    160         select BR2_COMPILE_IPTABLES
    161         select BR2_PACKAGE_KMOD_IPV6
     160        select FWRT_COMPILE_IPTABLES
     161        select FWRT_PACKAGE_KMOD_IPV6
    162162        help
    163163          IPv6 firewall, NAT, and packet mangling tools.
Note: See TracChangeset for help on using the changeset viewer.