diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | config/kernel-qcow2_x86-64_module.config | 2 | ||||
m--------- | implementation/loop | 0 |
3 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ 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 +LOCAL_MOD_CONFIG += CONFIG_DEBUG_FS=y BUILD ?= vanilla KERNEL_DIR ?= $(KERNEL_SRC_DIR) diff --git a/config/kernel-qcow2_x86-64_module.config b/config/kernel-qcow2_x86-64_module.config index 3a741eb..1420a7b 100644 --- a/config/kernel-qcow2_x86-64_module.config +++ b/config/kernel-qcow2_x86-64_module.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.1.16-arch1-1-ARCH Kernel Configuration +# Linux/x86 5.2.0-rc4 Kernel Configuration # # diff --git a/implementation/loop b/implementation/loop -Subproject 76c7edc7d401a79d2cd807e6d197e4fe5ecf8c8 +Subproject 54242c68a79389c8ac56267203b9ee02e1b85b6 |