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


Ignore:
Timestamp:
Sep 12, 2006, 8:11:35 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
eec1f7b
Parents:
a3abab6
Message:

merge wbx-target-cleanup to trunk.

  • mk directory for some top level makefiles (build.mk,vars.mk)
  • add a separate configfs partition to all models, 128 kb big
  • add model and platform specific startup files and kernel configs
  • delete target/linux/package, add all addon kernel packages to packages
  • simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
  • add target/image directory, place where the different images are created
  • default off for all extra packages, be sure that you enable all packages you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/iptables/Config.in

    ra3abab6 rdb5651c  
    99        prompt "iptables.......................... IPv4 firewall administration tool"
    1010        tristate
    11         default y
     11        default n
    1212        select FWRT_COMPILE_IPTABLES
    1313        help
     
    1919        prompt   "iptables-extra.................. Extra Iptables extensions for IPv4 firewalling (meta-package)"
    2020        tristate
    21         default m if CONFIG_DEVEL
     21        default n
    2222        depends FWRT_PACKAGE_IPTABLES
    2323        select FWRT_PACKAGE_KMOD_IPTABLES_EXTRA
     
    3636        prompt   "iptables-mod-conntrack.......... Iptables extensions for connection tracking"
    3737        tristate
    38         default m if CONFIG_DEVEL
     38        default n
    3939        depends FWRT_PACKAGE_IPTABLES
    4040        select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
     
    5050        prompt   "iptables-mod-filter............. Iptables extension for packet content inspection"
    5151        tristate
    52         default m if CONFIG_DEVEL
     52        default n
    5353        depends FWRT_PACKAGE_IPTABLES
    5454        select FWRT_PACKAGE_KMOD_IPT_FILTER
     
    6363        prompt "iptables-mod-imq................ Iptables extensions for Intermediate Queuing Device QoS-support"
    6464        tristate
    65         default m if CONFIG_DEVEL
     65        default n
    6666        depends FWRT_PACKAGE_IPTABLES
    6767        select FWRT_PACKAGE_KMOD_IMQ
     
    7575        prompt   "iptables-mod-ipopt.............. Iptables extensions for matching/changing IP packet options"
    7676        tristate
    77         default m if CONFIG_DEVEL
     77        default n
    7878        depends FWRT_PACKAGE_IPTABLES
    7979        select FWRT_PACKAGE_KMOD_IPT_IPOPT
     
    9494        prompt   "iptables-mod-ipsec.............. Iptables extensions for matching special IPsec packets"
    9595        tristate
    96         default m if CONFIG_DEVEL
     96        default n
    9797        depends FWRT_PACKAGE_IPTABLES
    9898        select FWRT_PACKAGE_KMOD_IPT_IPSEC
     
    107107        prompt   "iptables-mod-nat................ Iptables extensions for different NAT targets"
    108108        tristate
    109         default m if CONFIG_DEVEL
     109        default n
    110110        depends FWRT_PACKAGE_IPTABLES
    111111        select FWRT_PACKAGE_KMOD_IPT_NAT
     
    119119        prompt   "iptables-mod-ulog............... Iptables extensions for user-space packet logging"
    120120        tristate
    121         default m if CONFIG_DEVEL
     121        default n
    122122        depends FWRT_PACKAGE_IPTABLES
    123123        select FWRT_PACKAGE_KMOD_IPT_ULOG
     
    131131        prompt   "iptables-mod-extra.............. Other extra Iptables extensions"
    132132        tristate
    133         default m if CONFIG_DEVEL
     133        default n
    134134        depends FWRT_PACKAGE_IPTABLES
    135135        select FWRT_PACKAGE_KMOD_IPT_EXTRA
     
    147147        prompt   "iptables-utils.................. Save and restore utilities"
    148148        tristate
    149         default m if CONFIG_DEVEL
     149        default n
    150150        depends FWRT_PACKAGE_IPTABLES
    151151        help
     
    157157        prompt "ip6tables......................... IPv6 firewall administration tool"
    158158        tristate
    159         default m if CONFIG_DEVEL
     159        default n
    160160        select FWRT_COMPILE_IPTABLES
    161161        select FWRT_PACKAGE_KMOD_IPV6
Note: See TracChangeset for help on using the changeset viewer.