summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel/crypto: fix crypto breakage (patch by Jose Vasconcellos)Gabor Juhos2009-01-051-3/+3
| | | | SVN-Revision: 13869
* clean up the crypto kernel module package and allow some of the crypto ↵Felix Fietkau2009-01-041-30/+18
| | | | | | modules to be compiled into the kernel (thx to Jose Vasconcellos) SVN-Revision: 13850
* load crypto_blkcipher before cryptomgr.. *sigh*Imre Kaloz2008-12-111-1/+1
| | | | SVN-Revision: 13603
* load aead after crypto_algapiNicolas Thill2008-12-111-1/+1
| | | | SVN-Revision: 13600
* load aead automatically, tooImre Kaloz2008-12-111-0/+1
| | | | SVN-Revision: 13590
* move aead into crypto-coreImre Kaloz2008-12-101-14/+4
| | | | SVN-Revision: 13584
* Hardware crypto modules require CONFIG_CRYPTO_HW=y to be set (#3883), thanks ↵Florian Fainelli2008-11-241-0/+3
| | | | | | Norbert SVN-Revision: 13338
* kernel/modules: disable automatic loading of crypto-test moduleGabor Juhos2008-11-191-1/+0
| | | | SVN-Revision: 13292
* kernel/modules: move ixp4xx hardware crypto module package into crypto.mkGabor Juhos2008-11-181-1/+19
| | | | SVN-Revision: 13281
* Add support for HW crypto cores: padlock, geode and hifn75x (#388#)Florian Fainelli2008-09-281-0/+44
| | | | SVN-Revision: 12752
* fix aes on x86 (thx, Acinonyx)Felix Fietkau2008-08-101-6/+4
| | | | SVN-Revision: 12267
* rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add ↵Nicolas Thill2008-08-041-19/+26
| | | | | | workaround for sha512 renamed in 2.6.26 SVN-Revision: 12098
* OCF cannot be built under UMLFlorian Fainelli2008-08-011-1/+1
| | | | SVN-Revision: 12064
* add ocf kernel patchImre Kaloz2008-07-131-0/+23
| | | | SVN-Revision: 11803
* create crypto packages for aead and authencImre Kaloz2008-07-121-0/+22
| | | | SVN-Revision: 11774
* add a macro to compare kernel patch versions and use it for crypto and ↵Nicolas Thill2008-05-111-3/+8
| | | | | | watchdog changes in 2.6.24+ kernels (closes: #3402) SVN-Revision: 11115
* Upgrade x86 to 2.6.24Florian Fainelli2008-03-091-1/+1
| | | | SVN-Revision: 10575
* fix a typo in kmod-crypto-testNicolas Thill2008-02-061-1/+1
| | | | SVN-Revision: 10406
* add a workaround for crypto modules renamed in 2.6.24Nicolas Thill2008-02-061-7/+17
| | | | SVN-Revision: 10402
* package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)Felix Fietkau2007-11-281-2/+2
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9613
* turn kmod-crypto-core dep into a select, so that packages like mac80211 are ↵Felix Fietkau2007-11-101-10/+10
| | | | | | always selectable SVN-Revision: 9521
* fix kmod-crypto-core error missing crypto_hash (closes: #2422)Nicolas Thill2007-09-231-0/+3
| | | | SVN-Revision: 9004
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-0/+212
multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980