2005-11-05 04:16:36 +02:00
|
|
|
menu "howl.............................. A Zeroconf networking implementation"
|
2005-05-24 02:54:50 +03:00
|
|
|
|
2005-11-05 04:16:36 +02:00
|
|
|
config BR2_COMPILE_HOWL
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-05-24 02:54:50 +03:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBHOWL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBHOWL
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "libhowl........................... The howl library"
|
2005-05-24 02:54:50 +03:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_HOWL
|
2005-05-15 15:34:56 +03:00
|
|
|
help
|
|
|
|
A cross-platform implementation of Zeroconf networking.
|
|
|
|
|
|
|
|
http://www.porchdogsoft.com/products/howl/
|
|
|
|
|
2005-05-24 02:54:50 +03:00
|
|
|
This package contains shared libraries, needed by other programs.
|
2005-05-15 15:34:56 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_HOWL_UTILS
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "howl-utils...................... The howl client utilities"
|
2005-05-24 02:54:50 +03:00
|
|
|
tristate
|
2005-05-15 15:34:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
depends BR2_PACKAGE_LIBHOWL
|
|
|
|
help
|
|
|
|
A cross-platform implementation of Zeroconf networking.
|
|
|
|
|
|
|
|
http://www.porchdogsoft.com/products/howl/
|
|
|
|
|
|
|
|
comment "Daemons ---"
|
2005-05-15 15:34:56 +03:00
|
|
|
|
2005-05-24 02:54:50 +03:00
|
|
|
config BR2_PACKAGE_AUTOIPD
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "autoipd........................... An IPv4 Link-Local address self-assigner daemon"
|
2005-05-24 02:54:50 +03:00
|
|
|
tristate
|
2005-05-15 15:34:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_PACKAGE_LIBHOWL
|
|
|
|
help
|
|
|
|
A cross-platform implementation of Zeroconf networking.
|
|
|
|
|
|
|
|
http://www.porchdogsoft.com/products/howl/
|
2005-05-15 15:34:56 +03:00
|
|
|
|
2005-05-24 02:54:50 +03:00
|
|
|
config BR2_PACKAGE_MDNSRESPONDER
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "mdnsresponder..................... An mDNS (Multicast DNS) service responder daemon"
|
2005-05-24 02:54:50 +03:00
|
|
|
tristate
|
2005-05-15 15:34:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_PACKAGE_LIBHOWL
|
|
|
|
help
|
|
|
|
A cross-platform implementation of Zeroconf networking.
|
|
|
|
|
|
|
|
http://www.porchdogsoft.com/products/howl/
|
2005-05-15 15:34:56 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_NIFD
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "nifd.............................. A network interface monitor daemon"
|
2005-05-24 02:54:50 +03:00
|
|
|
tristate
|
2005-05-15 15:34:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_PACKAGE_LIBHOWL
|
|
|
|
help
|
|
|
|
A cross-platform implementation of Zeroconf networking.
|
|
|
|
|
|
|
|
http://www.porchdogsoft.com/products/howl/
|
2005-05-15 15:34:56 +03:00
|
|
|
|
2005-05-24 02:54:50 +03:00
|
|
|
endmenu
|