aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to ↵Jo-Philipp Wich2010-10-101-2/+2
| | | | | | kmod-crypto-mv-cesa SVN-Revision: 23383
* Make mv_cesa crypto module available on Orion as well.Lars-Peter Clausen2010-10-041-0/+11
| | | | SVN-Revision: 23229
* kernel: Move CONFIG_CRYPTO_HW to crypto-coreLars-Peter Clausen2010-10-031-6/+5
| | | | | | | | | | hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core. It only opens the submenu for hw-crypto devices and does not generate any overhead. Patch by Jan Willies SVN-Revision: 23190
* Fix compilation of crypto modules. This fixes #7920Michael Büsch2010-09-121-2/+2
| | | | SVN-Revision: 23028
* Fix kernel crypto modules for >= 2.6.36Michael Büsch2010-09-111-2/+2
| | | | SVN-Revision: 23026
* package/kernel: update crypto.mk for kernel 2.6.36Alexandros C. Couloumbis2010-09-061-1/+2
| | | | SVN-Revision: 22954
* add XTS cipher CryptoAPI moduleFlorian Fainelli2010-09-041-0/+17
| | | | | | | | needed for proper dm-crypt support Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 22915
* fix kmod-crypto-hw-padlock dependency against kmod-crypto-aes (#7643)Florian Fainelli2010-07-201-0/+1
| | | | SVN-Revision: 22321
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-42/+42
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-11/+7
| | | | SVN-Revision: 21956
* package/kernel: fix missing parenthesis on r21758Alexandros C. Couloumbis2010-06-111-1/+1
| | | | SVN-Revision: 21759
* package/kernel: fix dependency modulesAlexandros C. Couloumbis2010-06-111-1/+1
| | | | SVN-Revision: 21758
* hifnHIPP also depends on PCIFlorian Fainelli2010-05-111-1/+1
| | | | SVN-Revision: 21425
* kmod-ocf-hifn7751 depends on PCI, spotted by buildbotFlorian Fainelli2010-05-051-1/+1
| | | | SVN-Revision: 21381
* kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4Jo-Philipp Wich2010-05-041-1/+25
| | | | SVN-Revision: 21358
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-291-2/+4
| | | | | | only SVN-Revision: 21251
* package/kernel: move AddDepends calls at the end of package definitions, ↵Nicolas Thill2010-04-291-18/+22
| | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-19/+19
| | | | SVN-Revision: 21124
* kernel: fix kmod-crypto-misc on 2.4Nicolas Thill2010-03-251-2/+2
| | | | SVN-Revision: 20413
* kernel: include aes-i586 and twofish-i586 into crypto packages for x86Hauke Mehrtens2010-03-211-1/+7
| | | | SVN-Revision: 20343
* add missing kconfig symbol for the hifn 795x crypto accelerator module ↵Felix Fietkau2010-03-141-0/+1
| | | | | | (patch by dogge10) SVN-Revision: 20196
* openssl: make engines support dynamically configurable (based on a patch by ↵Felix Fietkau2010-01-281-1/+1
| | | | | | puchu) SVN-Revision: 19371
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-36/+24
| | | | SVN-Revision: 19271
* kernel: cleanup crypto stuff and fix module names on 2.4Nicolas Thill2010-01-061-25/+12
| | | | SVN-Revision: 19058
* fix wrong paths after r18955.Florian Fainelli2009-12-281-0/+6
| | | | SVN-Revision: 18957
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-10/+0
| | | | SVN-Revision: 18955
* prevent some modules from being built on ubicom32 since they do not compile ↵Florian Fainelli2009-11-291-1/+1
| | | | | | or link SVN-Revision: 18595
* modules/crypto: package AMCC ppc4xx hardware crypto driverAndy Boyett2009-10-051-0/+19
| | | | SVN-Revision: 17906
* another 2.6.30 related crypto fixImre Kaloz2009-06-011-1/+3
| | | | SVN-Revision: 16253
* fix kmod-crypto-core compile with 2.6.30 (#5201)Felix Fietkau2009-05-291-3/+9
| | | | SVN-Revision: 16175
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831Imre Kaloz2009-05-151-1/+3
| | | | SVN-Revision: 15869
* fix crypto pcompress configuration symbol name w/ 2.6.30Florian Fainelli2009-05-121-1/+1
| | | | SVN-Revision: 15798
* kernel/modules: build pcompress.ko for kernel >=2.6.30Gabor Juhos2009-05-091-1/+4
| | | | SVN-Revision: 15737
* kernel: mask pcompress.ko crypto module for non-2.6.30 kernelsJo-Philipp Wich2009-04-301-1/+1
| | | | SVN-Revision: 15503
* cryptomgr needs pcomp and hash loaded in 2.6.30Imre Kaloz2009-04-291-1/+2
| | | | SVN-Revision: 15499
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* kmod-crypto-hmac and kmod-crypto-core both are packing hmac.ko ↵Hauke Mehrtens2009-03-241-2/+1
| | | | | | kmod-crypto-hmac only needs the symbol for building crypto_hash, this was done in r9004. With r13850 hmac.ko was also packed with kmod-crypto-core. SVN-Revision: 15015
* fixed KCONFIG selection of "CONFIG_CRYPTO_AES_586".Markus Wigge2009-03-021-2/+1
| | | | SVN-Revision: 14725
* 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