Changeset 9b15aee in freewrt


Ignore:
Timestamp:
Oct 26, 2006, 12:03:17 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
4223b27
Parents:
ad50185
Message:

removed iptables submenu to have same look'n'feel like the other packages, grouped ip/tc under iproute2

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1011 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/iproute2/Config.in

    rad50185 r9b15aee  
    33        default n
    44        depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC
     5
     6config FWRT_SHOW_IPROUTE2
     7        bool     "iproute2.......................... iproute2 package (ip/tc)"
     8        default n
    59
    610config FWRT_PACKAGE_IP
     
    913        default n
    1014        select FWRT_COMPILE_IPROUTE2
     15        depends on FWRT_SHOW_IPROUTE2
    1116        depends on ! BUSYBOX_CONFIG_IP
    1217
    1318comment  "ip................................ Already provided by Busybox"
    14         depends BUSYBOX_CONFIG_IP
     19        depends on FWRT_SHOW_IPROUTE2
     20        depends on BUSYBOX_CONFIG_IP
    1521
    1622config FWRT_PACKAGE_TC
     
    1824        tristate
    1925        default n
     26        depends on FWRT_SHOW_IPROUTE2
    2027        select FWRT_COMPILE_IPROUTE2
    2128        select FWRT_PACKAGE_KMOD_IMQ
  • package/iptables/Config.in

    rad50185 r9b15aee  
    1 menu "iptables.......................... IPv4 / IPv6 firewall administration"
    21
    32config FWRT_COMPILE_IPTABLES
     
    166165          http://www.iptables.org/
    167166
    168 endmenu
Note: See TracChangeset for help on using the changeset viewer.