Changeset 100aef0 in freewrt for package


Ignore:
Timestamp:
Aug 2, 2006, 11:39:22 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
cf55cf64
Parents:
9667e20
Message:

no submenu for tc and ip

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/iproute2/Config.in

    r9667e20 r100aef0  
    1 menu "iproute2.......................... A collection of utilites for controlling TCP/IP networking and Traffic Control"
    2 
    31config FWRT_COMPILE_IPROUTE2
    42        tristate
     
    75
    86config FWRT_PACKAGE_IP
    9         prompt   "ip.............................. A routing control utility"
     7        prompt   "ip................................ A routing control utility"
    108        tristate
    11         default m if CONFIG_DEVEL
     9        default n
    1210        select FWRT_COMPILE_IPROUTE2
    1311
    1412config FWRT_PACKAGE_TC
    15         prompt   "tc.............................. A traffic control utility"
     13        prompt   "tc................................ A traffic control utility"
    1614        tristate
    17         default m if CONFIG_DEVEL
     15        default n
    1816        select FWRT_COMPILE_IPROUTE2
    1917        select FWRT_PACKAGE_KMOD_SCHED
    20 
    21 endmenu
Note: See TracChangeset for help on using the changeset viewer.