Changeset 3c9e60a in freewrt


Ignore:
Timestamp:
Sep 16, 2006, 10:14:35 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
60400f9
Parents:
14a4c13
Message:

Config.in problems. select COMPILE otherwise Switch module is missing in netgear image

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/switch/Config.in

    r14a4c13 r3c9e60a  
    99        prompt "kmod-switch-core.................. Kernel core driver for switches"
    1010        tristate
    11         depends FWRT_COMPILE_KMOD_SWITCH
     11        select FWRT_COMPILE_KMOD_SWITCH
    1212        default n
    1313        help
     
    1717        prompt "kmod-switch-admtek................ Kernel driver for ADMTEK switches"
    1818        tristate
    19         depends FWRT_COMPILE_KMOD_SWITCH
    2019        select FWRT_PACKAGE_KMOD_SWITCH_CORE
    2120        default n
     
    2625        prompt "kmod-switch-robo.................. Kernel driver for ROBO switches"
    2726        tristate
    28         depends FWRT_COMPILE_KMOD_SWITCH
    2927        select FWRT_PACKAGE_KMOD_SWITCH_CORE
    3028        default n
Note: See TracChangeset for help on using the changeset viewer.