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)
commit81f12da0188bc7ddc1289672744c4e77e06c084e
tree4565a5976b4d7753d898e2970320107d3bcab022
parent6fb42e3e370346f2396e493c759960a13e2ffadb
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]