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 | 07fcb8f8928a88d27347b724e69960cc2a2767e3 (patch) | |
tree | 54c765d7b2d38da91283cc94d25f02f04b33f750 /package/Makefile | |
parent | 90d36e57caa1371b9c9adb3a014857ba198f9d7d (diff) | |
download | upstream-07fcb8f8928a88d27347b724e69960cc2a2767e3.tar.gz upstream-07fcb8f8928a88d27347b724e69960cc2a2767e3.tar.bz2 upstream-07fcb8f8928a88d27347b724e69960cc2a2767e3.zip |
add miredo package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2273 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 8f4d32e5c1..0a5f00fdf1 100644 --- a/package/Makefile +++ b/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 |