1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 04:04:12 +03:00

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:
jogo 2012-11-22 11:55:18 +00:00
parent 442227fcf2
commit 382f55f987

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