diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-30 12:26:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-30 12:26:09 +0000 |
commit | 2adaa6a3d7390ef6ef5e0e066648a3e27b1e558b (patch) | |
tree | 0d153a95f25c10a0265e696cc34ef8a87c78daad /openwrt/package/Makefile | |
parent | 13b82c0a31627748dc589e3d9e44de23d49e2320 (diff) | |
download | mtk-20170518-2adaa6a3d7390ef6ef5e0e066648a3e27b1e558b.zip mtk-20170518-2adaa6a3d7390ef6ef5e0e066648a3e27b1e558b.tar.gz mtk-20170518-2adaa6a3d7390ef6ef5e0e066648a3e27b1e558b.tar.bz2 |
add libupnp package
SVN-Revision: 1795
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d8372cd..d74547a 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -77,6 +77,7 @@ package-$(BR2_PACKAGE_LIBPNG) += libpng package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread package-$(BR2_PACKAGE_LIBTASN1) += libtasn1 package-$(BR2_PACKAGE_LIBTOOL) += libtool +package-$(BR2_PACKAGE_LIBUPNP) += libupnp package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LIBXML2) += libxml2 package-$(BR2_PACKAGE_LIBXSLT) += libxslt |