Allow targets to specify extra initramfs source files
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Oct 2007 06:23:29 +0000 (06:23 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Oct 2007 06:23:29 +0000 (06:23 +0000)
commit957fd804f10d8ab53eb12f5d562dee3878cacae6
tree4565a5976b4d7753d898e2970320107d3bcab022
parent63aabec89b18d87f136d75dfe456cde9d1a292ce
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9410 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/kernel-defaults.mk
target/linux/generic-2.6/image/initramfs-base-files.txt [new file with mode: 0644]