diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-24 19:11:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-24 19:11:35 +0000 |
commit | 4b5411bdc98e997021c5d48ec6a4c76230058afd (patch) | |
tree | 59ba43e5f449df53dd2ca8fcea9fdf71e90ed2e7 /package/Makefile | |
parent | 128c3027fe25484f29a3f6b21151b459fed1d83a (diff) | |
download | master-187ad058-4b5411bdc98e997021c5d48ec6a4c76230058afd.tar.gz master-187ad058-4b5411bdc98e997021c5d48ec6a4c76230058afd.tar.bz2 master-187ad058-4b5411bdc98e997021c5d48ec6a4c76230058afd.zip |
add mt-daapd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1746 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 08d39e1997..0f5777c055 100644 --- a/package/Makefile +++ b/package/Makefile @@ -89,6 +89,7 @@ package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_MINI_HTTPD) += mini_httpd package-$(BR2_PACKAGE_MINI_SENDMAIL) += mini_sendmail package-$(BR2_PACKAGE_MONIT) += monit +package-$(BR2_PACKAGE_MT_DAAPD) += mt-daapd package-$(BR2_PACKAGE_MTD) += mtd package-$(BR2_PACKAGE_MYSQL) += mysql package-$(BR2_PACKAGE_NCURSES) += ncurses @@ -201,6 +202,7 @@ libxml2-compile: zlib-compile libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile mini_httpd-compile: matrixssl-compile +mt-daapd-compile: howl-compile libgdbm-compile libid3tag-compile mysql-compile: ncurses-compile zlib-compile net-snmp-compile: libelf-compile nfs-server-compile: portmap-compile |