summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-07-21 13:37:13 +0200
committerSimon Rettberg2020-07-21 13:37:13 +0200
commite79f895ffa66b2a5e19b4c2651bfb02c2f1128ad (patch)
tree85c8e3cd853584df674980417740c205f6fd688c
parentRemove cryptoloop from build process (diff)
downloadxloop-e79f895ffa66b2a5e19b4c2651bfb02c2f1128ad.tar.gz
xloop-e79f895ffa66b2a5e19b4c2651bfb02c2f1128ad.tar.xz
xloop-e79f895ffa66b2a5e19b4c2651bfb02c2f1128ad.zip
Fix README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c3da8a..b61682b 100644
--- a/README.md
+++ b/README.md
@@ -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: