diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-23 10:23:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-23 10:23:36 +0000 |
commit | d207116e05aba2a808a2d6b948e56159cecb0e8b (patch) | |
tree | dbc5d05543ebdd17141e454c304d4aadb0b27df7 /openwrt/package/Makefile | |
parent | 3c4edae2cd9027faa2554b8803ce20516af5ee42 (diff) | |
download | mtk-20170518-d207116e05aba2a808a2d6b948e56159cecb0e8b.zip mtk-20170518-d207116e05aba2a808a2d6b948e56159cecb0e8b.tar.gz mtk-20170518-d207116e05aba2a808a2d6b948e56159cecb0e8b.tar.bz2 |
add miredo package
SVN-Revision: 2273
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 8f4d32e..0a5f00f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -109,6 +109,7 @@ package-$(BR2_PACKAGE_MICROCOM) += microcom package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_COMPILE_MINI_HTTPD) += mini_httpd package-$(BR2_PACKAGE_MINI_SENDMAIL) += mini_sendmail +package-$(BR2_COMPILE_MIREDO) += miredo package-$(BR2_COMPILE_MONIT) += monit package-$(BR2_PACKAGE_MPD) += mpd package-$(BR2_PACKAGE_MT_DAAPD) += mt-daapd @@ -253,6 +254,7 @@ libvorbis-compile: libogg-compile libxml2-compile: zlib-compile libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile +miredo-compile: uclibc++-compile mt-daapd-compile: howl-compile libgdbm-compile libid3tag-compile mtr-compile: ncurses-compile mysql-compile: ncurses-compile zlib-compile |