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: Jonas Gorski <jonas.gorski@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34298 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jonas Gorski 2012-11-22 11:55:18 +00:00
parent 1ef9ccffe2
commit 971a80da10

View File

@ -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