Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
cb232921
Commit
cb232921
authored
14 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4
SVN-Revision: 21358
parent
0ff83e90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/modules/crypto.mk
+25
-1
25 additions, 1 deletion
package/kernel/modules/crypto.mk
with
25 additions
and
1 deletion
package/kernel/modules/crypto.mk
+
25
−
1
View file @
cb232921
...
@@ -293,7 +293,7 @@ $(eval $(call KernelPackage,crypto-misc))
...
@@ -293,7 +293,7 @@ $(eval $(call KernelPackage,crypto-misc))
define
KernelPackage/crypto-ocf
define
KernelPackage/crypto-ocf
TITLE
:=
OCF modules
TITLE
:=
OCF modules
DEPENDS
:=
@LINUX_2_6
+@OPENSSL_ENGINE @!TARGET_uml
DEPENDS
:=
+@OPENSSL_ENGINE @!TARGET_uml
KCONFIG
:=
\
KCONFIG
:=
\
CONFIG_OCF_OCF
\
CONFIG_OCF_OCF
\
CONFIG_OCF_CRYPTODEV
\
CONFIG_OCF_CRYPTODEV
\
...
@@ -315,6 +315,30 @@ endef
...
@@ -315,6 +315,30 @@ endef
$(
eval
$(
call KernelPackage,crypto-ocf
))
$(
eval
$(
call KernelPackage,crypto-ocf
))
define
KernelPackage/crypto-ocf-hifn7751
TITLE
:=
OCF support
for
Hifn 6500/7751/7811/795x, Invertex AEON and NetSec 7751 devices
DEPENDS
:=
+@OPENSSL_ENGINE @!TARGET_uml kmod-crypto-ocf
KCONFIG
:=
CONFIG_OCF_HIFN
FILES
:=
$(
LINUX_DIR
)
/crypto/ocf/hifn/hifn7751.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,10,hifn7751
)
$(
call
AddDepends/crypto
)
endef
$(
eval
$(
call KernelPackage,crypto-ocf-hifn7751
))
define
KernelPackage/crypto-ocf-hifnhipp
TITLE
:=
OCF support
for
Hifn 7855/8155 devices
DEPENDS
:=
+@OPENSSL_ENGINE @!TARGET_uml kmod-crypto-ocf
KCONFIG
:=
CONFIG_OCF_HIFNHIPP
FILES
:=
$(
LINUX_DIR
)
/crypto/ocf/hifn/hifnHIPP.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,10,hifnhipp
)
$(
call
AddDepends/crypto
)
endef
$(
eval
$(
call KernelPackage,crypto-ocf-hifnhipp
))
define
KernelPackage/crypto-null
define
KernelPackage/crypto-null
TITLE
:=
Null CryptoAPI module
TITLE
:=
Null CryptoAPI module
KCONFIG
:=
CONFIG_CRYPTO_NULL
KCONFIG
:=
CONFIG_CRYPTO_NULL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment