diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-15 01:50:03 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-15 01:50:03 +0000 |
commit | 893b533a44998f2da501e31db69cbdc51acca3de (patch) | |
tree | 23d3fb396ed8a5fbb42aae88bd857a5caaf99abf /package/Makefile | |
parent | 21e28616583d7cf921b5a39ed53058d7d4b30a2f (diff) | |
download | upstream-893b533a44998f2da501e31db69cbdc51acca3de.tar.gz upstream-893b533a44998f2da501e31db69cbdc51acca3de.tar.bz2 upstream-893b533a44998f2da501e31db69cbdc51acca3de.zip |
Add libtasn1 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1251 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index b9338b4f53..4551b0d2e5 100644 --- a/package/Makefile +++ b/package/Makefile @@ -51,6 +51,7 @@ package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 package-$(BR2_PACKAGE_LIBPCAP) += libpcap package-$(BR2_PACKAGE_LIBPNG) += libpng package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread +package-$(BR2_PACKAGE_LIBTASN1) += libtasn1 package-$(BR2_PACKAGE_LIBTOOL) += libtool package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd |