Changes between Version 1 and Version 2 of linux/encryption
- Timestamp:
- 06/05/2019 06:48:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/encryption
v1 v2 127 127 . ./setup-environment # activate cross-compile shell environment 128 128 git clone https://github.com/cryptodev-linux/cryptodev-linux.git -b cryptodev-linux-1.10 129 KERNEL_DIR=$PWD/linux make -C cryptodev-linux 129 130 KERNEL_DIR=$PWD/linux DESTDIR=$PWD/linux/install INSTALL_MOD_PATH=$PWD/linux/install make -C cryptodev-linux install 130 131 tar cvzf cryptodev-linux.tar.gz -C $PWD/linux/install lib/modules/4.20.7-00006-gaf078a3/extra/cryptodev.ko usr/local/include/crypto/cryptodev.h