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 | 023f41c85b765c81c96bf16cd1821ea05246fc7c (patch) | |
tree | 4f152711d1c736d2ca0dc80cb7af4fc89dcb5195 /package/Makefile | |
parent | 1cdf9d668755e871f0989c7dcf37b82ecef69d72 (diff) | |
download | upstream-023f41c85b765c81c96bf16cd1821ea05246fc7c.tar.gz upstream-023f41c85b765c81c96bf16cd1821ea05246fc7c.tar.bz2 upstream-023f41c85b765c81c96bf16cd1821ea05246fc7c.zip |
Added clinkc, an embedded UPnP library for audio/video equipments (mediaserver and so on)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3048 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 0f1645873e..4f3cb2ae59 100644 --- a/package/Makefile +++ b/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 |