From c69587fba488b2323b8ff4336259bbf9f8fd10a1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 8 Jan 2016 11:04:31 +0100 Subject: [PATCH] build: disable generation of ramdisk images Our build process works similarly to the image builder and doesn't support the generation of initramfs-based images. Fixes #616 --- include/config | 1 + 1 file changed, 1 insertion(+) diff --git a/include/config b/include/config index 8476ec64..aa949adf 100644 --- a/include/config +++ b/include/config @@ -1,5 +1,6 @@ CONFIG_IMAGEOPT=y # CONFIG_PER_FEED_REPO is not set +# CONFIG_TARGET_ROOTFS_INITRAMFS is not set CONFIG_DEVEL=y CONFIG_ALL_KMODS=y