Standardize lib package build and devel. install
[openwrt.git] / openwrt / package / howl / Config.in
1 config BR2_PACKAGE_HOWL
2 bool "howl - Zeroconf networking implementation"
3 default y if CONFIG_DEVEL
4 help
5 A cross-platform implementation of Zeroconf networking.
6
7 http://www.porchdogsoft.com/products/howl/
8
9
10 config BR2_PACKAGE_LIBHOWL
11 depends BR2_PACKAGE_HOWL
12 tristate "libhowl - howl library"
13 default m if CONFIG_DEVEL
14
15 config BR2_PACKAGE_HOWL_UTILS
16 depends BR2_PACKAGE_LIBHOWL
17 tristate "howl-utils - howl client utilities"
18 default m if CONFIG_DEVEL
19
20 config BR2_PACKAGE_MDNSRESPONDER
21 depends BR2_PACKAGE_LIBHOWL
22 tristate "mdnsresponder - an mDNS (Multicast DNS) service responder daemon"
23 default m if CONFIG_DEVEL
24
25 config BR2_PACKAGE_AUTOIPD
26 depends BR2_PACKAGE_LIBHOWL
27 tristate "autoipd - an IPv4 Link-Local address self-assigner daemon"
28 default m if CONFIG_DEVEL
29
30 config BR2_PACKAGE_NIFD
31 depends BR2_PACKAGE_LIBHOWL
32 tristate "nifd - a network interface monitor daemon"
33 default m if CONFIG_DEVEL
34
This page took 0.055963 seconds and 5 git commands to generate.