Changeset 917d2f1 in freewrt for package/howl/Config.in


Ignore:
Timestamp:
Oct 26, 2006, 3:43:47 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
778d09d
Parents:
2fc48b1
Message:

and some more Config.in cleanups

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/howl/Config.in

    r2fc48b1 r917d2f1  
    1 menu "howl.............................. A Zeroconf networking implementation"
    2 
    31config FWRT_COMPILE_HOWL
    42        tristate
     
    64        depends FWRT_PACKAGE_LIBHOWL
    75
     6config FWRT_SHOW_HOWL
     7        bool "howl.............................. A Zeroconf networking implementation"
     8
    89config FWRT_PACKAGE_LIBHOWL
    9         prompt "libhowl........................... The howl library"
     10        prompt "libhowl......................... The howl library"
    1011        tristate
    1112        default m if CONFIG_DEVEL
    1213        select FWRT_COMPILE_HOWL
     14        depends on FWRT_SHOW_HOWL
    1315        help
    1416          A cross-platform implementation of Zeroconf networking.
     
    1921
    2022config FWRT_PACKAGE_HOWL_UTILS
    21         prompt   "howl-utils...................... The howl client utilities"
     23        prompt "howl-utils...................... The howl client utilities"
    2224        tristate
    2325        default m if CONFIG_DEVEL
    24         depends FWRT_PACKAGE_LIBHOWL
     26        select FWRT_PACKAGE_LIBHOWL
     27        depends on FWRT_SHOW_HOWL
    2528        help
    2629          A cross-platform implementation of Zeroconf networking.
     
    2831          http://www.porchdogsoft.com/products/howl/
    2932
    30 comment "Daemons ---"
    31 
    3233config FWRT_PACKAGE_AUTOIPD
    33         prompt "autoipd........................... An IPv4 Link-Local address self-assigner daemon"
     34        prompt "autoipd......................... An IPv4 Link-Local address self-assigner daemon"
    3435        tristate
    3536        default m if CONFIG_DEVEL
    3637        select FWRT_PACKAGE_LIBHOWL
     38        depends on FWRT_SHOW_HOWL
    3739        help
    3840          A cross-platform implementation of Zeroconf networking.
     
    4143
    4244config FWRT_PACKAGE_MDNSRESPONDER
    43         prompt "mdnsresponder..................... An mDNS (Multicast DNS) service responder daemon"
     45        prompt "mdnsresponder................... An mDNS (Multicast DNS) service responder daemon"
    4446        tristate
    4547        default m if CONFIG_DEVEL
    4648        select FWRT_PACKAGE_LIBHOWL
     49        depends on FWRT_SHOW_HOWL
    4750        help
    4851          A cross-platform implementation of Zeroconf networking.
     
    5154
    5255config FWRT_PACKAGE_NIFD
    53         prompt "nifd.............................. A network interface monitor daemon"
     56        prompt "nifd............................ A network interface monitor daemon"
    5457        tristate
    5558        default m if CONFIG_DEVEL
    5659        select FWRT_PACKAGE_LIBHOWL
     60        depends on FWRT_SHOW_HOWL
    5761        help
    5862          A cross-platform implementation of Zeroconf networking.
     
    6064          http://www.porchdogsoft.com/products/howl/
    6165
    62 endmenu
Note: See TracChangeset for help on using the changeset viewer.