diff options
| author | Simon Rettberg | 2020-07-21 13:37:13 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2020-07-21 13:37:13 +0200 |
| commit | e79f895ffa66b2a5e19b4c2651bfb02c2f1128ad (patch) | |
| tree | 85c8e3cd853584df674980417740c205f6fd688c | |
| parent | Remove cryptoloop from build process (diff) | |
| download | xloop-e79f895ffa66b2a5e19b4c2651bfb02c2f1128ad.tar.gz xloop-e79f895ffa66b2a5e19b4c2651bfb02c2f1128ad.tar.xz xloop-e79f895ffa66b2a5e19b4c2651bfb02c2f1128ad.zip | |
Fix README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ The master branch supports 4.19.x kernels. Building the modules: ```shell -$ make CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m +$ make CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m ``` Results in: |
