Changeset 917d2f1 in freewrt for package/howl/Config.in
- Timestamp:
- Oct 26, 2006, 3:43:47 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 778d09d
- Parents:
- 2fc48b1
- File:
-
- 1 edited
-
package/howl/Config.in (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/howl/Config.in
r2fc48b1 r917d2f1 1 menu "howl.............................. A Zeroconf networking implementation"2 3 1 config FWRT_COMPILE_HOWL 4 2 tristate … … 6 4 depends FWRT_PACKAGE_LIBHOWL 7 5 6 config FWRT_SHOW_HOWL 7 bool "howl.............................. A Zeroconf networking implementation" 8 8 9 config FWRT_PACKAGE_LIBHOWL 9 prompt "libhowl......................... ..The howl library"10 prompt "libhowl......................... The howl library" 10 11 tristate 11 12 default m if CONFIG_DEVEL 12 13 select FWRT_COMPILE_HOWL 14 depends on FWRT_SHOW_HOWL 13 15 help 14 16 A cross-platform implementation of Zeroconf networking. … … 19 21 20 22 config FWRT_PACKAGE_HOWL_UTILS 21 prompt "howl-utils...................... The howl client utilities"23 prompt "howl-utils...................... The howl client utilities" 22 24 tristate 23 25 default m if CONFIG_DEVEL 24 depends FWRT_PACKAGE_LIBHOWL 26 select FWRT_PACKAGE_LIBHOWL 27 depends on FWRT_SHOW_HOWL 25 28 help 26 29 A cross-platform implementation of Zeroconf networking. … … 28 31 http://www.porchdogsoft.com/products/howl/ 29 32 30 comment "Daemons ---"31 32 33 config FWRT_PACKAGE_AUTOIPD 33 prompt "autoipd......................... ..An IPv4 Link-Local address self-assigner daemon"34 prompt "autoipd......................... An IPv4 Link-Local address self-assigner daemon" 34 35 tristate 35 36 default m if CONFIG_DEVEL 36 37 select FWRT_PACKAGE_LIBHOWL 38 depends on FWRT_SHOW_HOWL 37 39 help 38 40 A cross-platform implementation of Zeroconf networking. … … 41 43 42 44 config FWRT_PACKAGE_MDNSRESPONDER 43 prompt "mdnsresponder................... ..An mDNS (Multicast DNS) service responder daemon"45 prompt "mdnsresponder................... An mDNS (Multicast DNS) service responder daemon" 44 46 tristate 45 47 default m if CONFIG_DEVEL 46 48 select FWRT_PACKAGE_LIBHOWL 49 depends on FWRT_SHOW_HOWL 47 50 help 48 51 A cross-platform implementation of Zeroconf networking. … … 51 54 52 55 config FWRT_PACKAGE_NIFD 53 prompt "nifd............................ ..A network interface monitor daemon"56 prompt "nifd............................ A network interface monitor daemon" 54 57 tristate 55 58 default m if CONFIG_DEVEL 56 59 select FWRT_PACKAGE_LIBHOWL 60 depends on FWRT_SHOW_HOWL 57 61 help 58 62 A cross-platform implementation of Zeroconf networking. … … 60 64 http://www.porchdogsoft.com/products/howl/ 61 65 62 endmenu
Note:
See TracChangeset
for help on using the changeset viewer.
