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 | 78fbf04ba4815da13075f9e63ffa7e1ef037a3d9 (patch) | |
tree | 262a8e0438c51efd4e1370dfea2a48dc49605cca /package/Makefile | |
parent | 342ab515c47ffbe669d0b8e8474453a2b4b4f5a7 (diff) | |
download | upstream-78fbf04ba4815da13075f9e63ffa7e1ef037a3d9.tar.gz upstream-78fbf04ba4815da13075f9e63ffa7e1ef037a3d9.tar.bz2 upstream-78fbf04ba4815da13075f9e63ffa7e1ef037a3d9.zip |
add miax package (thanks to Markus Becker)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2570 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 e5f161db5d..a087a93637 100644 --- a/package/Makefile +++ b/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 |