diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:26:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:26:51 +0000 |
commit | 21e97d3e155f4d9604f729698cdfff3c40eefbe7 (patch) | |
tree | 537888ff1cab21569b3bebdb44faee883d051995 /package/avahi/Config.in | |
parent | a7748b2f132b1e7c1a87a5f3d80cb64e46ce5219 (diff) | |
download | buildroot-novena-21e97d3e155f4d9604f729698cdfff3c40eefbe7.tar.gz buildroot-novena-21e97d3e155f4d9604f729698cdfff3c40eefbe7.zip |
Add avahi package and add libdaemon, which is needed by avahi
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r-- | package/avahi/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in new file mode 100644 index 000000000..7ee466213 --- /dev/null +++ b/package/avahi/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_AVAHI + bool "avahi" + default n + help + Avahi is a system which facilitates service + discovery on a local network. + + http://www.avahi.org/ |