source: freewrt/package/howl/Config.in@ e8fef11

freewrt_1_0 freewrt_2_0
Last change on this file since e8fef11 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

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

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[c04ece1]1config FWRT_COMPILE_HOWL
[475ad56]2 tristate
3 default n
[c04ece1]4 depends FWRT_PACKAGE_LIBHOWL
[475ad56]5
[917d2f1]6config FWRT_SHOW_HOWL
7 bool "howl.............................. A Zeroconf networking implementation"
8
[c04ece1]9config FWRT_PACKAGE_LIBHOWL
[917d2f1]10 prompt "libhowl......................... The howl library"
[475ad56]11 tristate
[418e6805]12 default n
[c04ece1]13 select FWRT_COMPILE_HOWL
[917d2f1]14 depends on FWRT_SHOW_HOWL
[475ad56]15 help
16 A cross-platform implementation of Zeroconf networking.
17
18 http://www.porchdogsoft.com/products/howl/
19
20 This package contains shared libraries, needed by other programs.
21
[c04ece1]22config FWRT_PACKAGE_HOWL_UTILS
[917d2f1]23 prompt "howl-utils...................... The howl client utilities"
[475ad56]24 tristate
[418e6805]25 default n
[917d2f1]26 select FWRT_PACKAGE_LIBHOWL
27 depends on FWRT_SHOW_HOWL
[475ad56]28 help
29 A cross-platform implementation of Zeroconf networking.
30
31 http://www.porchdogsoft.com/products/howl/
32
[c04ece1]33config FWRT_PACKAGE_AUTOIPD
[917d2f1]34 prompt "autoipd......................... An IPv4 Link-Local address self-assigner daemon"
[475ad56]35 tristate
[418e6805]36 default n
[c04ece1]37 select FWRT_PACKAGE_LIBHOWL
[917d2f1]38 depends on FWRT_SHOW_HOWL
[475ad56]39 help
40 A cross-platform implementation of Zeroconf networking.
41
42 http://www.porchdogsoft.com/products/howl/
43
[c04ece1]44config FWRT_PACKAGE_MDNSRESPONDER
[917d2f1]45 prompt "mdnsresponder................... An mDNS (Multicast DNS) service responder daemon"
[475ad56]46 tristate
[418e6805]47 default n
[c04ece1]48 select FWRT_PACKAGE_LIBHOWL
[917d2f1]49 depends on FWRT_SHOW_HOWL
[475ad56]50 help
51 A cross-platform implementation of Zeroconf networking.
52
53 http://www.porchdogsoft.com/products/howl/
54
[c04ece1]55config FWRT_PACKAGE_NIFD
[917d2f1]56 prompt "nifd............................ A network interface monitor daemon"
[475ad56]57 tristate
[418e6805]58 default n
[c04ece1]59 select FWRT_PACKAGE_LIBHOWL
[917d2f1]60 depends on FWRT_SHOW_HOWL
[475ad56]61 help
62 A cross-platform implementation of Zeroconf networking.
63
64 http://www.porchdogsoft.com/products/howl/
65
Note: See TracBrowser for help on using the repository browser.