Changeset b68978d in freewrt for package/iptables/Config.in


Ignore:
Timestamp:
Aug 17, 2025, 12:45:07 PM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
f15c9543
Parents:
b07a1b5
git-author:
Waldemar Brodkorb <wbx@…> (08/17/25 12:44:26)
git-committer:
Waldemar Brodkorb <wbx@…> (08/17/25 12:45:07)
Message:

make the FreeWRT firewall script work, needs more cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/iptables/Config.in

    rb07a1b5 rb68978d  
    1616          http://www.iptables.org/
    1717
     18config FWRT_PACKAGE_IP6TABLES
     19        prompt "ip6tables......................... IPv6 firewall administration tool"
     20        tristate
     21        default n
     22        select FWRT_COMPILE_IPTABLES
     23        select FWRT_PACKAGE_KMOD_IPV6
     24        help
     25          IPv6 firewall, NAT, and packet mangling tools.
     26
     27          http://www.iptables.org/
     28
     29config FWRT_PACKAGE_IPTABLES_FIREWALL_SCRIPT
     30        prompt   "iptables-fw-script.............. FreeWRT's firewall script"
     31        tristate
     32        default y
     33        depends FWRT_PACKAGE_IPTABLES
     34        help
     35          FreeWRT's default firewall script
     36
    1837config FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK
    1938        prompt   "iptables-mod-conntrack.......... Iptables extensions for connection tracking"
     
    2140        default n
    2241        depends FWRT_PACKAGE_IPTABLES
    23         select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
    2442        help
    2543          Iptables (IPv4) extensions for connection tracking
    2644
    27           Includes:
    28             * libipt_conntrack
    29             * libipt_helper
    30             * libipt_connmark/CONNMARK
     45config FWRT_PACKAGE_IPTABLES_MOD_REJECT
     46        prompt   "iptables-mod-reject............. Iptables extensions for REJECT target"
     47        tristate
     48        default n
     49        depends FWRT_PACKAGE_IPTABLES
     50        help
     51          Iptables (IPv4) extensions for REJECT target
    3152
    3253config FWRT_PACKAGE_IPTABLES_MOD_FILTER
     
    141162          http://www.iptables.org/
    142163
    143 config FWRT_PACKAGE_IPTABLES_FIREWALL_SCRIPT
    144         prompt   "iptables-fw-script.............. FreeWRT's firewall script"
    145         tristate
    146         default y
    147         depends FWRT_PACKAGE_IPTABLES
    148         help
    149           FreeWRT's default firewall script
    150 
    151 config FWRT_PACKAGE_IP6TABLES
    152         prompt "ip6tables......................... IPv6 firewall administration tool"
    153         tristate
    154         default n
    155         select FWRT_COMPILE_IPTABLES
    156         select FWRT_PACKAGE_KMOD_IPV6
    157         help
    158           IPv6 firewall, NAT, and packet mangling tools.
    159 
    160           http://www.iptables.org/
Note: See TracChangeset for help on using the changeset viewer.