source: freewrt/package/howl/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1menu "howl.............................. A Zeroconf networking implementation"
2
3config FWRT_COMPILE_HOWL
4 tristate
5 default n
6 depends FWRT_PACKAGE_LIBHOWL
7
8config FWRT_PACKAGE_LIBHOWL
9 prompt "libhowl........................... The howl library"
10 tristate
11 default m if CONFIG_DEVEL
12 select FWRT_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 FWRT_PACKAGE_HOWL_UTILS
21 prompt "howl-utils...................... The howl client utilities"
22 tristate
23 default m if CONFIG_DEVEL
24 depends FWRT_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 FWRT_PACKAGE_AUTOIPD
33 prompt "autoipd........................... An IPv4 Link-Local address self-assigner daemon"
34 tristate
35 default m if CONFIG_DEVEL
36 select FWRT_PACKAGE_LIBHOWL
37 help
38 A cross-platform implementation of Zeroconf networking.
39
40 http://www.porchdogsoft.com/products/howl/
41
42config FWRT_PACKAGE_MDNSRESPONDER
43 prompt "mdnsresponder..................... An mDNS (Multicast DNS) service responder daemon"
44 tristate
45 default m if CONFIG_DEVEL
46 select FWRT_PACKAGE_LIBHOWL
47 help
48 A cross-platform implementation of Zeroconf networking.
49
50 http://www.porchdogsoft.com/products/howl/
51
52config FWRT_PACKAGE_NIFD
53 prompt "nifd.............................. A network interface monitor daemon"
54 tristate
55 default m if CONFIG_DEVEL
56 select FWRT_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.