diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-05 23:14:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-05 23:14:04 +0000 |
commit | 7f046e965daacdfd538132b6f5c130146f46ef56 (patch) | |
tree | 4b55cfec43fa448fbeab5ff478302ef79064cfce /openwrt/package/Makefile | |
parent | 017d6e3b577e7f655201883d1705c15dc2dd3336 (diff) | |
download | mtk-20170518-7f046e965daacdfd538132b6f5c130146f46ef56.zip mtk-20170518-7f046e965daacdfd538132b6f5c130146f46ef56.tar.gz mtk-20170518-7f046e965daacdfd538132b6f5c130146f46ef56.tar.bz2 |
add icecast
SVN-Revision: 2059
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 4aa8ad7..b5e7236 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -51,6 +51,7 @@ package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_HOSTAPD) += hostapd package-$(BR2_PACKAGE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate +package-$(BR2_PACKAGE_ICECAST) += icecast package-$(BR2_PACKAGE_ID3LIB) += id3lib package-$(BR2_PACKAGE_IPERF) += iperf package-$(BR2_PACKAGE_IPKG) += ipkg @@ -221,6 +222,7 @@ fprobe-compile: libpcap-compile gdbserver-compile: ncurses-compile gmediaserver-compile: id3lib-compile libupnp-compile gnutls-compile: libgcrypt-compile opencdk-compile libtasn1-compile +icecast-compile: curl-compile libogg-compile libvorbis-compile libxml2-compile libxslt-compile id3lib-compile: uclibc++-compile zlib-compile irssi-compile: glib-compile ncurses-compile iptraf-compile: ncurses-compile |