Skip to content
Snippets Groups Projects
Commit 24a372b6 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

package: kernel: make crypto kmods always visible


Don't hide crypo submodules unless crypo-core is selected.

Fixes kmods depending on crypto modules being unselectable
until crypto core is selected (like ext4 on 3.6 or mac80211).

Signed-off-by: default avatarJonas Gorski <jonas.gorski@gmail.com>

SVN-Revision: 34298
parent 3205b52d
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ $(eval $(call KernelPackage,crypto-core))
define AddDepends/crypto
SUBMENU:=$(CRYPTO_MENU)
DEPENDS+=kmod-crypto-core $(1)
DEPENDS+=+kmod-crypto-core $(1)
endef
define KernelPackage/crypto-hash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment