Commit Graph

93 Commits (3d09c34dd3ee4dba023466acd9dda309a2f366f9)

Author SHA1 Message Date
Jonas Gorski 3d09c34dd3 package: kernel: fix files for blowfish and pcimcia-rsrc
Based on a patch from Philip Prindeville.

SVN-Revision: 29797
13 years ago
Jonas Gorski f8f30bff82 package: kernel: fix typo
SVN-Revision: 28898
13 years ago
Jonas Gorski 0a2728664f package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)
SVN-Revision: 28897
13 years ago
Nicolas Thill c824c76aae package/kernel: move MD4 crypto module in its own package
SVN-Revision: 28660
13 years ago
Nicolas Thill ab29084cdb package/kernel: prefix library modules with lib-
SVN-Revision: 28656
13 years ago
Nicolas Thill a66a8875bb package/kernel: move crc32c in its own package
SVN-Revision: 28651
13 years ago
Florian Fainelli 9d9722c40f kernel: add kmod-crypto-user
Add kernel crypto user-space interface (af_alg). Includes interface for
hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher).

Signed-off-by: Lars Hjersted <lars@hjersted.com>

SVN-Revision: 28026
13 years ago
Hauke Mehrtens 866a22dc67 kernel: crypto: fix spelling
SVN-Revision: 27757
13 years ago
Hauke Mehrtens 00dd85d8f6 ocf-linux: version bump to 20110720
Fixes problem with TFM allocation in cryptosoft.c

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

Hauke:
 * remove ubsec_ssb package and take it from ocf-linux
 * use patches from ocf-linux package
 * refresh all patches
 * readd some build fixes for OpenWrt.
 * readd CRYPTO_MANAGER dependency

SVN-Revision: 27753
13 years ago
Imre Kaloz 1e395abc80 fixup orion compile
SVN-Revision: 27591
13 years ago
Jo-Philipp Wich 7a5fcc5695 kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing 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
13 years ago
John Crispin 8c2de891a9 * add missing aes dependency to mv_cesa
Signed-off-by: Jan Willies <jan@willies.info>

SVN-Revision: 26920
13 years ago
Vasilis Tsiligiannis ec05877491 package/kernel: crypto: Remove renamed modules hack
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
13 years ago
Vasilis Tsiligiannis 2850136ae8 package/kernel: Remove all 2.4 definitions
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
13 years ago
Jo-Philipp Wich bba138c671 kernel: revert r26814
SVN-Revision: 26815
13 years ago
Jo-Philipp Wich be2275b8e6 kernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise 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
13 years ago
Jo-Philipp Wich 32f3c920a2 kernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, 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
13 years ago
Vasilis Tsiligiannis 41cc2d3a52 kernel/modules: Fix r26637
SVN-Revision: 26638
13 years ago
Vasilis Tsiligiannis d7197ec50b kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflate
SVN-Revision: 26637
13 years ago
Hauke Mehrtens 3b659a2519 crypto: The if statement for twofish did not work, deflate depends on zlib_deflate
SVN-Revision: 26569
13 years ago
Hauke Mehrtens f4aef6d553 kernel: remove double definition of depends in crypto-mv-cesa and make it look like the other entries.
Thank you Maarten

SVN-Revision: 26413
13 years ago
Hauke Mehrtens 25b6ffe3d7 kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2
SVN-Revision: 26407
13 years ago
Felix Fietkau d6d41eb0cb kernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)
SVN-Revision: 26375
13 years ago
Felix Fietkau ada4206cc5 kernel: add missing dependency for ocf on kmod-crypto-hash
SVN-Revision: 26372
13 years ago
Felix Fietkau d1da16a093 kernel: fix autoload for the crypto_hash module (patch from #9136)
SVN-Revision: 26358
13 years ago
Felix Fietkau a119ee0013 kernel: split up cryptoapi, move hash support and blockcipher/algorithm manager to separate packages
SVN-Revision: 26296
13 years ago
Felix Fietkau ac9a5cf885 kmod-crypto: fix selecting core crypto modules
SVN-Revision: 25688
13 years ago
Felix Fietkau b1b89bf646 kmod-crypto: remove pcomp, nothing uses it
SVN-Revision: 25686
13 years ago
Felix Fietkau 858292316b move the cbc crypto module out of the crypto core and into a separate package - it is only used for ipsec
SVN-Revision: 25493
13 years ago
Felix Fietkau 69c52daa49 remove an obsolete CompareKernelPatchVer call
SVN-Revision: 25492
13 years ago
Felix Fietkau 2d9427566a move the deflate crypto module out of the crypto core and into a separate package - it is only used for ipsec
SVN-Revision: 25491
13 years ago
Felix Fietkau d64c314336 remove a remaining reference to linux 2.4
SVN-Revision: 25490
13 years ago
Jo-Philipp Wich 3f4adc80db kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to kmod-crypto-mv-cesa
SVN-Revision: 23383
14 years ago
Lars-Peter Clausen 290e192ce8 Make mv_cesa crypto module available on Orion as well.
SVN-Revision: 23229
14 years ago
Lars-Peter Clausen 7ee9c3d762 kernel: Move CONFIG_CRYPTO_HW to crypto-core
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
14 years ago
Michael Büsch 78539bfa4f Fix compilation of crypto modules. This fixes #7920
SVN-Revision: 23028
14 years ago
Michael Büsch 393c83514b Fix kernel crypto modules for >= 2.6.36
SVN-Revision: 23026
14 years ago
Alexandros C. Couloumbis e9996f7cdc package/kernel: update crypto.mk for kernel 2.6.36
SVN-Revision: 22954
14 years ago
Florian Fainelli 5bd1c17fd1 add XTS cipher CryptoAPI module
needed for proper dm-crypt support

Signed-off-by: Jan Willies <jan@willies.info>

SVN-Revision: 22915
14 years ago
Florian Fainelli e9924b427e fix kmod-crypto-hw-padlock dependency against kmod-crypto-aes (#7643)
SVN-Revision: 22321
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Felix Fietkau ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
14 years ago
Alexandros C. Couloumbis c80ad970e0 package/kernel: fix missing parenthesis on r21758
SVN-Revision: 21759
14 years ago
Alexandros C. Couloumbis 6bf0094865 package/kernel: fix dependency modules
SVN-Revision: 21758
14 years ago
Florian Fainelli 4aceb015d3 hifnHIPP also depends on PCI
SVN-Revision: 21425
14 years ago
Florian Fainelli 89ba5f098e kmod-ocf-hifn7751 depends on PCI, spotted by buildbot
SVN-Revision: 21381
14 years ago
Jo-Philipp Wich cb232921b5 kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4
SVN-Revision: 21358
14 years ago
Nicolas Thill 36ee230fca package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
SVN-Revision: 21251
14 years ago
Nicolas Thill fc43e1f4f5 package/kernel: move AddDepends calls at the end of package definitions, move back some dependencies in DEPENDS for clarity
SVN-Revision: 21248
14 years ago
Nicolas Thill 194b6b20ea package/kernel: rename KernelPackage/*/Depends to AddDepends/*
SVN-Revision: 21124
14 years ago