pass HOST_ variables, not BUILD_
[buildroot.git] / target / initramfs / Config.in
blob53e45c3c7c58f1a6366d5a6fd2080b2e28d7d12e
1 config BR2_TARGET_ROOTFS_INITRAMFS
2         bool "initramfs for initial ramdisk of linux kernel"
3         default n
4         help
5           Build a file which is usable for the gen_init_cpio tool
6           at linux kernel build. 
7           This file is normally called initramfs_list and can be
8           generated with gen_initramfs_list.sh script from the root
9           directory structure. 
10           The file is then used in the kernel build process to generate
11           the cpio filesystem for the initial ramdisk. Make sure that
12           you configure this file in kernel build configuration.
13           The location in the kernel build configuration menu is
14           Device Drivers -> Block devices -> Initramfs source file(s).
15           The configuration variable is CONFIG_INITRAMFS_SOURCE