Commit Graph

52 Commits (aca4fe908d7572168c3f17c6dbd288cd214c3f86)

Author SHA1 Message Date
Felix Fietkau ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Alexandros C. Couloumbis c80ad970e0 package/kernel: fix missing parenthesis on r21758
SVN-Revision: 21759
2010-06-11 15:46:19 +00:00
Alexandros C. Couloumbis 6bf0094865 package/kernel: fix dependency modules
SVN-Revision: 21758
2010-06-11 15:04:04 +00:00
Florian Fainelli 4aceb015d3 hifnHIPP also depends on PCI
SVN-Revision: 21425
2010-05-11 09:17:50 +00:00
Florian Fainelli 89ba5f098e kmod-ocf-hifn7751 depends on PCI, spotted by buildbot
SVN-Revision: 21381
2010-05-05 18:16:40 +00:00
Jo-Philipp Wich cb232921b5 kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4
SVN-Revision: 21358
2010-05-04 21:01:24 +00:00
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
2010-04-29 10:25:57 +00:00
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
2010-04-29 04:04:19 +00:00
Nicolas Thill 194b6b20ea package/kernel: rename KernelPackage/*/Depends to AddDepends/*
SVN-Revision: 21124
2010-04-24 11:42:17 +00:00
Nicolas Thill 04dd1fc593 kernel: fix kmod-crypto-misc on 2.4
SVN-Revision: 20413
2010-03-25 05:15:25 +00:00
Hauke Mehrtens 627ebde4db kernel: include aes-i586 and twofish-i586 into crypto packages for x86
SVN-Revision: 20343
2010-03-21 14:07:30 +00:00
Felix Fietkau 14e104688d add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by dogge10)
SVN-Revision: 20196
2010-03-14 13:16:26 +00:00
Felix Fietkau 1a4a9cea95 openssl: make engines support dynamically configurable (based on a patch by puchu)
SVN-Revision: 19371
2010-01-28 19:28:06 +00:00
Nicolas Thill 405553df58 kernel: specify kmod packages dependencies in a uniform way
SVN-Revision: 19271
2010-01-22 08:18:04 +00:00
Nicolas Thill 6769fc65bb kernel: cleanup crypto stuff and fix module names on 2.4
SVN-Revision: 19058
2010-01-06 18:50:38 +00:00
Florian Fainelli b6f5eeb1ee fix wrong paths after r18955.
SVN-Revision: 18957
2009-12-28 14:55:38 +00:00
Imre Kaloz 29a020ffb3 remove handling of older unsupported kernels
SVN-Revision: 18955
2009-12-27 21:54:09 +00:00
Florian Fainelli 8ba061b3cf prevent some modules from being built on ubicom32 since they do not compile or link
SVN-Revision: 18595
2009-11-29 00:33:32 +00:00
Andy Boyett 333be1a4d7 modules/crypto: package AMCC ppc4xx hardware crypto driver
SVN-Revision: 17906
2009-10-05 17:05:43 +00:00
Imre Kaloz 954717298d another 2.6.30 related crypto fix
SVN-Revision: 16253
2009-06-01 14:04:06 +00:00
Felix Fietkau 82139b165b fix kmod-crypto-core compile with 2.6.30 (#5201)
SVN-Revision: 16175
2009-05-29 11:12:47 +00:00
Imre Kaloz 8c06d46268 set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831
SVN-Revision: 15869
2009-05-15 12:26:18 +00:00
Florian Fainelli 214f8bee10 fix crypto pcompress configuration symbol name w/ 2.6.30
SVN-Revision: 15798
2009-05-12 10:53:22 +00:00
Gabor Juhos 73a315e772 kernel/modules: build pcompress.ko for kernel >=2.6.30
SVN-Revision: 15737
2009-05-09 06:16:56 +00:00
Jo-Philipp Wich 78f44f7c8b kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
SVN-Revision: 15503
2009-04-30 02:38:23 +00:00
Imre Kaloz 98d10636bb cryptomgr needs pcomp and hash loaded in 2.6.30
SVN-Revision: 15499
2009-04-29 20:54:31 +00:00
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Hauke Mehrtens 88644c048c kmod-crypto-hmac and kmod-crypto-core both are packing hmac.ko 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
2009-03-24 13:44:20 +00:00
Markus Wigge bb17a3dd1b fixed KCONFIG selection of "CONFIG_CRYPTO_AES_586".
SVN-Revision: 14725
2009-03-02 11:47:25 +00:00
Gabor Juhos 9be7e1723f kernel/crypto: fix crypto breakage (patch by Jose Vasconcellos)
SVN-Revision: 13869
2009-01-05 08:43:39 +00:00
Felix Fietkau 5bb624d8fb clean up the crypto kernel module package and allow some of the crypto modules to be compiled into the kernel (thx to Jose Vasconcellos)
SVN-Revision: 13850
2009-01-04 02:40:12 +00:00
Imre Kaloz 1e9300de8b load crypto_blkcipher before cryptomgr.. *sigh*
SVN-Revision: 13603
2008-12-11 20:48:17 +00:00
Nicolas Thill 37ddee74a1 load aead after crypto_algapi
SVN-Revision: 13600
2008-12-11 20:08:40 +00:00
Imre Kaloz b0c8cfd950 load aead automatically, too
SVN-Revision: 13590
2008-12-11 10:10:08 +00:00
Imre Kaloz fe2af46117 move aead into crypto-core
SVN-Revision: 13584
2008-12-10 18:43:42 +00:00
Florian Fainelli ad530354e7 Hardware crypto modules require CONFIG_CRYPTO_HW=y to be set (#3883), thanks Norbert
SVN-Revision: 13338
2008-11-24 12:42:13 +00:00
Gabor Juhos a81c3dacb9 kernel/modules: disable automatic loading of crypto-test module
SVN-Revision: 13292
2008-11-19 18:01:26 +00:00
Gabor Juhos ae87ca9a83 kernel/modules: move ixp4xx hardware crypto module package into crypto.mk
SVN-Revision: 13281
2008-11-18 19:38:50 +00:00
Florian Fainelli 93c504a8ae Add support for HW crypto cores: padlock, geode and hifn75x (#388#)
SVN-Revision: 12752
2008-09-28 07:09:47 +00:00
Felix Fietkau 26aa731dc1 fix aes on x86 (thx, Acinonyx)
SVN-Revision: 12267
2008-08-10 12:06:23 +00:00
Nicolas Thill 4c195465a8 rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround for sha512 renamed in 2.6.26
SVN-Revision: 12098
2008-08-04 16:59:16 +00:00
Florian Fainelli 7836449276 OCF cannot be built under UML
SVN-Revision: 12064
2008-08-01 10:05:12 +00:00
Imre Kaloz 13d8b1a32a add ocf kernel patch
SVN-Revision: 11803
2008-07-13 15:16:54 +00:00
Imre Kaloz a4d444f859 create crypto packages for aead and authenc
SVN-Revision: 11774
2008-07-12 01:57:22 +00:00
Nicolas Thill e93e293b41 add a macro to compare kernel patch versions and use it for crypto and watchdog changes in 2.6.24+ kernels (closes: #3402)
SVN-Revision: 11115
2008-05-11 20:56:51 +00:00
Florian Fainelli 8bd1e72bd0 Upgrade x86 to 2.6.24
SVN-Revision: 10575
2008-03-09 11:21:18 +00:00
Nicolas Thill 1725614fc0 fix a typo in kmod-crypto-test
SVN-Revision: 10406
2008-02-06 13:04:26 +00:00
Nicolas Thill f497e4c1c7 add a workaround for crypto modules renamed in 2.6.24
SVN-Revision: 10402
2008-02-06 07:36:51 +00:00
Felix Fietkau 2b32beba84 package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9613
2007-11-28 12:50:20 +00:00
Felix Fietkau 04ad386f48 turn kmod-crypto-core dep into a select, so that packages like mac80211 are always selectable
SVN-Revision: 9521
2007-11-10 15:22:56 +00:00