mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #188 from profil/master
core/linux-raspberrypi: Enabled dm-mod, dm-crypt and xts encryption for use with cryptsetup.
This commit is contained in:
commit
08e541b6fb
1 changed files with 4 additions and 2 deletions
|
@ -877,7 +877,9 @@ CONFIG_SCSI_WAIT_SCAN=m
|
|||
# CONFIG_SCSI_DH is not set
|
||||
# CONFIG_SCSI_OSD_INITIATOR is not set
|
||||
# CONFIG_ATA is not set
|
||||
# CONFIG_MD is not set
|
||||
CONFIG_MD=y
|
||||
CONFIG_BLK_DEV_DM=m
|
||||
CONFIG_DM_CRYPT=m
|
||||
# CONFIG_TARGET_CORE is not set
|
||||
CONFIG_NETDEVICES=y
|
||||
# CONFIG_DUMMY is not set
|
||||
|
@ -2500,7 +2502,7 @@ CONFIG_CRYPTO_CBC=y
|
|||
CONFIG_CRYPTO_ECB=y
|
||||
# CONFIG_CRYPTO_LRW is not set
|
||||
# CONFIG_CRYPTO_PCBC is not set
|
||||
# CONFIG_CRYPTO_XTS is not set
|
||||
CONFIG_CRYPTO_XTS=y
|
||||
|
||||
#
|
||||
# Hash modes
|
||||
|
|
Loading…
Reference in a new issue