mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02: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:
parent
442227fcf2
commit
382f55f987
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user