diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-08-23 08:48:12 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-08-23 08:48:12 +0000 |
| commit | 3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588 (patch) | |
| tree | 0eaa445a7f15d841d2aeedc2b195b70641100436 /openwrt/package/Makefile | |
| parent | 2770f08c23566d57c7b7aebf00a495e313add7d2 (diff) | |
| download | mtk-20170518-3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588.zip mtk-20170518-3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588.tar.gz mtk-20170518-3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588.tar.bz2 | |
add avahi package
SVN-Revision: 1732
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1d271ff..ee5049a 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -9,6 +9,7 @@ package-$(BR2_PACKAGE_ARPTABLES) += arptables package-$(BR2_PACKAGE_ARPWATCH) += arpwatch package-$(BR2_PACKAGE_ASTERISK) += asterisk package-$(BR2_PACKAGE_ATFP) += atftp +package-$(BR2_COMPILE_AVAHI) += avahi package-$(BR2_PACKAGE_BIND) += bind package-$(BR2_PACKAGE_BLUEZ_LIBS) += bluez-libs package-$(BR2_PACKAGE_BLUEZ_UTILS) += bluez-utils @@ -177,6 +178,7 @@ $(INSTALL_PACKAGES): base-files-install amwall-compile: libamsel-compile arpwatch-compile: libpcap-compile +avahi-compile: libdaemon-compile expat-compile bind-compile: openssl-compile cyrus-sasl-compile: openssl-compile dropbear-compile: zlib-compile |
