summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
m---------implementation/loop0
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b009bb6..ca4483c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@ KERNEL_MOD_CONFIG := $(shell pwd)/config/kernel-qcow2_x86-64_module.config
LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP=m
LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m
LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m
+LOCAL_MOD_CONFIG += CONFIG_ZLIB_INFLATE=y
+LOCAL_MOD_CONFIG += CONFIG_ZLIB_DEFLATE=y
BUILD ?= vanilla
KERNEL_DIR ?= $(KERNEL_SRC_DIR)
diff --git a/implementation/loop b/implementation/loop
-Subproject b9562e46df0f2ddfbd01b99a44a3c4eaa3f32fe
+Subproject 76c7edc7d401a79d2cd807e6d197e4fe5ecf8c8