diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-09 16:16:44 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-09 16:16:44 +0200 |
commit | 6bb35a38c244b20bbd6e85fd16f69ff2c4f0ed72 (patch) | |
tree | 432513fc67dcff844ecf5c48f38bdcf1a9fe3523 /target/initramfs/Config.in | |
parent | b6ebab842dbb0581526f907bf5b39cad0ac1f756 (diff) | |
parent | 0b79c5022d32b15180a18087a0fba5a2f1af5cc7 (diff) | |
download | buildroot-novena-6bb35a38c244b20bbd6e85fd16f69ff2c4f0ed72.tar.gz buildroot-novena-6bb35a38c244b20bbd6e85fd16f69ff2c4f0ed72.zip |
Merge branch 'fs-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'target/initramfs/Config.in')
-rw-r--r-- | target/initramfs/Config.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/initramfs/Config.in b/target/initramfs/Config.in deleted file mode 100644 index d53982cb9..000000000 --- a/target/initramfs/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -config BR2_TARGET_ROOTFS_INITRAMFS - bool "initramfs for initial ramdisk of linux kernel" - help - Build a file which is usable for the gen_init_cpio tool - at linux kernel build. - This file is normally called initramfs_list and can be - generated with gen_initramfs_list.sh script from the root - directory structure. - The file is then used in the kernel build process to generate - the cpio filesystem for the initial ramdisk. Make sure that - you configure this file in kernel build configuration. - The location in the kernel build configuration menu is - Device Drivers -> Block devices -> Initramfs source file(s). - The configuration variable is CONFIG_INITRAMFS_SOURCE - |