Allow targets to specify extra initramfs source files
authorFelix Fietkau <nbd@openwrt.org>
Tue, 23 Oct 2007 06:23:29 +0000 (06:23 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 23 Oct 2007 06:23:29 +0000 (06:23 +0000)
commit881bac2db254a4bfa52567233a0b264484c31fa1
tree5371bdb54d6e895961f3f2cabb8abd5cded01a15
parent4a142953ea943245ffbe7ea7f707f8ba87ab59bc
Allow targets to specify extra initramfs source files

The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated
list of source files (or directories). This allows a platform to
add extra components to the initramfs image, by defining the
INITRAMFS_EXTRA_FILES make var.

By default, we add a simple initramfs extra file for the generic-2.6
platform, which specifies a few device nodes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9410
include/kernel-defaults.mk
target/linux/generic-2.6/image/initramfs-base-files.txt [new file with mode: 0644]