Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing ↵ | Jo-Philipp Wich | 2011-05-24 | 1 | -1/+1 |
| | | | | | | | | dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26984 | ||||
* | * add missing aes dependency to mv_cesa | John Crispin | 2011-05-17 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 26920 | ||||
* | package/kernel: crypto: Remove renamed modules hack | Vasilis Tsiligiannis | 2011-05-15 | 1 | -23/+9 |
| | | | | | | | | | Since the oldest kernel in trunk is 2.6.30 the modules always use the newer names, so we can just use the _generic prefix directly. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26903 | ||||
* | package/kernel: Remove all 2.4 definitions | Vasilis Tsiligiannis | 2011-05-15 | 1 | -8/+5 |
| | | | | | | | | | With no 2.4 support in trunk, we can safely remove any 2.4 definitions for kmods and merge the 2.6 definitions into the generic ones. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26901 | ||||
* | kernel: revert r26814 | Jo-Philipp Wich | 2011-05-03 | 1 | -16/+0 |
| | | | | SVN-Revision: 26815 | ||||
* | kernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -0/+16 |
| | | | | | | | | unprovided kernel crypto modules that are useful for IPSEC. This is an alternative to breaking these modules out into kmod-crypto-wq (crypto_wq.ko), kmod-crypto-rng (rng.ko and krng.ko), and kmod-crypto-iv (eseqiv.ko and chainiv.ko). Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26814 | ||||
* | kernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -0/+32 |
| | | | | | | | | | | | | kmod-crypto-rng, and kmod-crypto-iv packages. These packages provide some missing kernel crypto modules which are required for IPSEC. The strongswan4, ipsec-tools, and possibly other IPSEC packages do not work properly without these modules. NOTE: The KCONFIG associated with each of these modules gets selected whenever CRYPTO_MANAGER (kmod-crypto-manager) is selected so these modules are already being built. Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26812 | ||||
* | kernel/modules: Fix r26637 | Vasilis Tsiligiannis | 2011-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 26638 | ||||
* | kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflate | Vasilis Tsiligiannis | 2011-04-12 | 1 | -5/+4 |
| | | | | SVN-Revision: 26637 | ||||
* | crypto: The if statement for twofish did not work, deflate depends on ↵ | Hauke Mehrtens | 2011-04-09 | 1 | -5/+10 |
| | | | | | | zlib_deflate SVN-Revision: 26569 | ||||
* | kernel: remove double definition of depends in crypto-mv-cesa and make it ↵ | Hauke Mehrtens | 2011-04-02 | 1 | -7/+6 |
| | | | | | | | | look like the other entries. Thank you Maarten SVN-Revision: 26413 | ||||
* | kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2 | Hauke Mehrtens | 2011-04-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 26407 | ||||
* | kernel: ocf also requires kmod-crypto-mananger (which depends on ↵ | Felix Fietkau | 2011-03-30 | 1 | -1/+1 |
| | | | | | | kmod-crypto-hash) SVN-Revision: 26375 | ||||
* | kernel: add missing dependency for ocf on kmod-crypto-hash | Felix Fietkau | 2011-03-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 26372 | ||||
* | kernel: fix autoload for the crypto_hash module (patch from #9136) | Felix Fietkau | 2011-03-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 26358 | ||||
* | kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵ | Felix Fietkau | 2011-03-25 | 1 | -10/+46 |
| | | | | | | manager to separate packages SVN-Revision: 26296 | ||||
* | kmod-crypto: fix selecting core crypto modules | Felix Fietkau | 2011-02-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 25688 | ||||
* | kmod-crypto: remove pcomp, nothing uses it | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | SVN-Revision: 25686 | ||||
* | move the cbc crypto module out of the crypto core and into a separate ↵ | Felix Fietkau | 2011-02-12 | 1 | -1/+10 |
| | | | | | | package - it is only used for ipsec SVN-Revision: 25493 | ||||
* | remove an obsolete CompareKernelPatchVer call | Felix Fietkau | 2011-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 25492 | ||||
* | move the deflate crypto module out of the crypto core and into a separate ↵ | Felix Fietkau | 2011-02-12 | 1 | -2/+11 |
| | | | | | | package - it is only used for ipsec SVN-Revision: 25491 | ||||
* | remove a remaining reference to linux 2.4 | Felix Fietkau | 2011-02-12 | 1 | -6/+0 |
| | | | | SVN-Revision: 25490 | ||||
* | kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to ↵ | Jo-Philipp Wich | 2010-10-10 | 1 | -2/+2 |
| | | | | | | kmod-crypto-mv-cesa SVN-Revision: 23383 | ||||
* | Make mv_cesa crypto module available on Orion as well. | Lars-Peter Clausen | 2010-10-04 | 1 | -0/+11 |
| | | | | SVN-Revision: 23229 | ||||
* | kernel: Move CONFIG_CRYPTO_HW to crypto-core | Lars-Peter Clausen | 2010-10-03 | 1 | -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 #7920 | Michael Büsch | 2010-09-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 23028 | ||||
* | Fix kernel crypto modules for >= 2.6.36 | Michael Büsch | 2010-09-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 23026 | ||||
* | package/kernel: update crypto.mk for kernel 2.6.36 | Alexandros C. Couloumbis | 2010-09-06 | 1 | -1/+2 |
| | | | | SVN-Revision: 22954 | ||||
* | add XTS cipher CryptoAPI module | Florian Fainelli | 2010-09-04 | 1 | -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 Fainelli | 2010-07-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 22321 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -42/+42 |
| | | | | SVN-Revision: 22145 | ||||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 | 1 | -11/+7 |
| | | | | SVN-Revision: 21956 | ||||
* | package/kernel: fix missing parenthesis on r21758 | Alexandros C. Couloumbis | 2010-06-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 21759 | ||||
* | package/kernel: fix dependency modules | Alexandros C. Couloumbis | 2010-06-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 21758 | ||||
* | hifnHIPP also depends on PCI | Florian Fainelli | 2010-05-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 21425 | ||||
* | kmod-ocf-hifn7751 depends on PCI, spotted by buildbot | Florian Fainelli | 2010-05-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 21381 | ||||
* | kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4 | Jo-Philipp Wich | 2010-05-04 | 1 | -1/+25 |
| | | | | SVN-Revision: 21358 | ||||
* | package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵ | Nicolas Thill | 2010-04-29 | 1 | -2/+4 |
| | | | | | | only SVN-Revision: 21251 | ||||
* | package/kernel: move AddDepends calls at the end of package definitions, ↵ | Nicolas Thill | 2010-04-29 | 1 | -18/+22 |
| | | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248 | ||||
* | package/kernel: rename KernelPackage/*/Depends to AddDepends/* | Nicolas Thill | 2010-04-24 | 1 | -19/+19 |
| | | | | SVN-Revision: 21124 | ||||
* | kernel: fix kmod-crypto-misc on 2.4 | Nicolas Thill | 2010-03-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 20413 | ||||
* | kernel: include aes-i586 and twofish-i586 into crypto packages for x86 | Hauke Mehrtens | 2010-03-21 | 1 | -1/+7 |
| | | | | SVN-Revision: 20343 | ||||
* | add missing kconfig symbol for the hifn 795x crypto accelerator module ↵ | Felix Fietkau | 2010-03-14 | 1 | -0/+1 |
| | | | | | | (patch by dogge10) SVN-Revision: 20196 | ||||
* | openssl: make engines support dynamically configurable (based on a patch by ↵ | Felix Fietkau | 2010-01-28 | 1 | -1/+1 |
| | | | | | | puchu) SVN-Revision: 19371 | ||||
* | kernel: specify kmod packages dependencies in a uniform way | Nicolas Thill | 2010-01-22 | 1 | -36/+24 |
| | | | | SVN-Revision: 19271 | ||||
* | kernel: cleanup crypto stuff and fix module names on 2.4 | Nicolas Thill | 2010-01-06 | 1 | -25/+12 |
| | | | | SVN-Revision: 19058 | ||||
* | fix wrong paths after r18955. | Florian Fainelli | 2009-12-28 | 1 | -0/+6 |
| | | | | SVN-Revision: 18957 | ||||
* | remove handling of older unsupported kernels | Imre Kaloz | 2009-12-27 | 1 | -10/+0 |
| | | | | SVN-Revision: 18955 | ||||
* | prevent some modules from being built on ubicom32 since they do not compile ↵ | Florian Fainelli | 2009-11-29 | 1 | -1/+1 |
| | | | | | | or link SVN-Revision: 18595 | ||||
* | modules/crypto: package AMCC ppc4xx hardware crypto driver | Andy Boyett | 2009-10-05 | 1 | -0/+19 |
| | | | | SVN-Revision: 17906 |