mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
initfamfs: bring back to life. Was also easy!
This commit is contained in:
@@ -133,7 +133,7 @@ usually extra Buildroot targets.
|
||||
config_fragments = [
|
||||
os.path.join(self.env['root_dir'], 'buildroot_config', 'default')
|
||||
] + self.env['config_fragment']
|
||||
if self.env['initrd']:
|
||||
if self.env['initrd'] or self.env['initramfs']:
|
||||
configs.append('BR2_TARGET_ROOTFS_CPIO=y')
|
||||
# TODO Can't get rid of these for now with nice fragments on Buildroot:
|
||||
# http://stackoverflow.com/questions/44078245/is-it-possible-to-use-config-fragments-with-buildroots-config
|
||||
|
||||
Reference in New Issue
Block a user