Changeset 418e6805 in freewrt for package/howl/Config.in


Ignore:
Timestamp:
Nov 10, 2006, 1:28:11 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e8fef11
Parents:
d1833aa
Message:

removed CONFIG_DEVEL and other cleanups

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/howl/Config.in

    rd1833aa r418e6805  
    1010        prompt "libhowl......................... The howl library"
    1111        tristate
    12         default m if CONFIG_DEVEL
     12        default n
    1313        select FWRT_COMPILE_HOWL
    1414        depends on FWRT_SHOW_HOWL
     
    2323        prompt "howl-utils...................... The howl client utilities"
    2424        tristate
    25         default m if CONFIG_DEVEL
     25        default n
    2626        select FWRT_PACKAGE_LIBHOWL
    2727        depends on FWRT_SHOW_HOWL
     
    3434        prompt "autoipd......................... An IPv4 Link-Local address self-assigner daemon"
    3535        tristate
    36         default m if CONFIG_DEVEL
     36        default n
    3737        select FWRT_PACKAGE_LIBHOWL
    3838        depends on FWRT_SHOW_HOWL
     
    4545        prompt "mdnsresponder................... An mDNS (Multicast DNS) service responder daemon"
    4646        tristate
    47         default m if CONFIG_DEVEL
     47        default n
    4848        select FWRT_PACKAGE_LIBHOWL
    4949        depends on FWRT_SHOW_HOWL
     
    5656        prompt "nifd............................ A network interface monitor daemon"
    5757        tristate
    58         default m if CONFIG_DEVEL
     58        default n
    5959        select FWRT_PACKAGE_LIBHOWL
    6060        depends on FWRT_SHOW_HOWL
Note: See TracChangeset for help on using the changeset viewer.