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)
commita7c0ef0c987f94d1542f4dafc96159513eb248ce
tree4565a5976b4d7753d898e2970320107d3bcab022
parent9e60a331bc8796c3ba5d41be7400bdc066dc73f1
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]