source: freewrt/package/howl/Config.in

freewrt_2_0
Last change on this file 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
Line 
1config FWRT_COMPILE_HOWL
2 tristate
3 default n
4 depends FWRT_PACKAGE_LIBHOWL
5
6config FWRT_SHOW_HOWL
7 bool "howl.............................. A Zeroconf networking implementation"
8
9config FWRT_PACKAGE_LIBHOWL
10 prompt "libhowl......................... The howl library"
11 tristate
12 default n
13 select FWRT_COMPILE_HOWL
14 depends on FWRT_SHOW_HOWL
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
22config FWRT_PACKAGE_HOWL_UTILS
23 prompt "howl-utils...................... The howl client utilities"
24 tristate
25 default n
26 select FWRT_PACKAGE_LIBHOWL
27 depends on FWRT_SHOW_HOWL
28 help
29 A cross-platform implementation of Zeroconf networking.
30
31 http://www.porchdogsoft.com/products/howl/
32
33config FWRT_PACKAGE_AUTOIPD
34 prompt "autoipd......................... An IPv4 Link-Local address self-assigner daemon"
35 tristate
36 default n
37 select FWRT_PACKAGE_LIBHOWL
38 depends on FWRT_SHOW_HOWL
39 help
40 A cross-platform implementation of Zeroconf networking.
41
42 http://www.porchdogsoft.com/products/howl/
43
44config FWRT_PACKAGE_MDNSRESPONDER
45 prompt "mdnsresponder................... An mDNS (Multicast DNS) service responder daemon"
46 tristate
47 default n
48 select FWRT_PACKAGE_LIBHOWL
49 depends on FWRT_SHOW_HOWL
50 help
51 A cross-platform implementation of Zeroconf networking.
52
53 http://www.porchdogsoft.com/products/howl/
54
55config FWRT_PACKAGE_NIFD
56 prompt "nifd............................ A network interface monitor daemon"
57 tristate
58 default n
59 select FWRT_PACKAGE_LIBHOWL
60 depends on FWRT_SHOW_HOWL
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.