diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-30 00:59:59 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-30 00:59:59 +0000 |
commit | fb7ceddc92a4023b0819094df526a8b6e13b90c1 (patch) | |
tree | e531835a898db64f97f55a03e89893f823eb3c51 /openwrt/package/Makefile | |
parent | 1505099c8aac125804f4c4dbbc92ae6767c86da5 (diff) | |
download | mtk-20170518-fb7ceddc92a4023b0819094df526a8b6e13b90c1.zip mtk-20170518-fb7ceddc92a4023b0819094df526a8b6e13b90c1.tar.gz mtk-20170518-fb7ceddc92a4023b0819094df526a8b6e13b90c1.tar.bz2 |
add miax package (thanks to Markus Becker)
SVN-Revision: 2570
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 e5f161d..a087a93 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -108,6 +108,7 @@ package-$(BR2_COMPILE_LUA) += lua package-$(BR2_PACKAGE_MADWIFI_TOOLS) += madwifi-tools package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_COMPILE_MATRIXSSL) += matrixssl +package-$(BR2_PACKAGE_MIAX) += miax package-$(BR2_PACKAGE_MICROCOM) += microcom package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_COMPILE_MINI_HTTPD) += mini_httpd @@ -263,6 +264,7 @@ libvorbis-compile: libogg-compile libxml2-compile: zlib-compile libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile +miax-compile: bluez-libs-compile miredo-compile: uclibc++-compile mt-daapd-compile: howl-compile libgdbm-compile libid3tag-compile mtr-compile: ncurses-compile |