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