| 1 | config FWRT_COMPILE_HOWL
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_LIBHOWL
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_SHOW_HOWL
|
|---|
| 7 | bool "howl.............................. A Zeroconf networking implementation"
|
|---|
| 8 |
|
|---|
| 9 | config 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 |
|
|---|
| 22 | config 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 |
|
|---|
| 33 | config 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 |
|
|---|
| 44 | config 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 |
|
|---|
| 55 | config 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 |
|
|---|