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

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

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

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