From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Wed, 21 Feb 2018 22:35:10 +0000 Subject: [Buildroot] [Bug 10796] Cannot generate cpio image without selecting CONFIG_BLK_DEV_INITRD In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=10796 --- Comment #1 from Thomas Petazzoni --- Indeed, linux/linux.mk contains: $(if $(BR2_TARGET_ROOTFS_CPIO), $(call KCONFIG_ENABLE_OPT,CONFIG_BLK_DEV_INITRD,$(@D)/.config)) Which forces CONFIG_BLK_DEV_INITRD to be set when you're generating a cpio image of the filesystem. What is your use-case for generating a cpio image, but not enabling CONFIG_BLK_DEV_INITRD ? -- You are receiving this mail because: You are on the CC list for the bug.