diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-26 22:38:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-26 22:38:12 +0000 |
commit | 066daaac0aa150c07ec2df4bdba2fac31f47430c (patch) | |
tree | 6429256f34d154d431512503db4e55d7658f000f /openwrt/package/Makefile | |
parent | cc13c60980666ec74c0ddefcdf71b4378ea938b0 (diff) | |
download | mtk-20170518-066daaac0aa150c07ec2df4bdba2fac31f47430c.zip mtk-20170518-066daaac0aa150c07ec2df4bdba2fac31f47430c.tar.gz mtk-20170518-066daaac0aa150c07ec2df4bdba2fac31f47430c.tar.bz2 |
Added clinkc, an embedded UPnP library for audio/video equipments (mediaserver and so on)
SVN-Revision: 3048
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 0f16458..4f3cb2a 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -21,6 +21,7 @@ package-$(BR2_PACKAGE_BWM) += bwm package-$(BR2_PACKAGE_CGILIB) += cgilib package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount +package-$(BR2_PACKAGE_CLINKC) += clinkc package-$(BR2_PACKAGE_COLLECTD) += collectd package-$(BR2_PACKAGE_CUPS) += cups package-$(BR2_COMPILE_CURL) += curl @@ -268,6 +269,7 @@ arpd-compile: libpcap-compile libdnet-compile libevent-compile arpwatch-compile: libpcap-compile avahi-compile: libdaemon-compile expat-compile libgdbm-compile bind-compile: openssl-compile +clinkc-compile: expat-compile curl-compile: openssl-compile zlib-compile cyrus-sasl-compile: openssl-compile deco-compile: ncurses-compile |