diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-02 01:32:15 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-02 01:32:15 +0000 |
commit | e6a3b11dff79f7cecacab24fb35f783697bfeddc (patch) | |
tree | 125c4e2e0282d7f578209c32e4f188953f89cdaf /openwrt/package/Makefile | |
parent | 882a3ad3fd49605fd0b1232754094d314d3e67ee (diff) |
add libmcrypt package (thanks to Martin Matuska).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3891 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a028f653a..0ca8bc05e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -116,6 +116,7 @@ package-$(BR2_PACKAGE_LIBICONV) += libiconv package-$(BR2_PACKAGE_LIBID3TAG) += libid3tag package-$(BR2_PACKAGE_LIBLZO) += liblzo package-$(BR2_PACKAGE_LIBMAD) += libmad +package-$(BR2_PACKAGE_LIBMCRYPT) += libmcrypt package-$(BR2_PACKAGE_LIBNET) += libnet package-$(BR2_PACKAGE_LIBNIDS) += libnids package-$(BR2_PACKAGE_LIBOGG) += libogg |