diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-08 19:22:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-08 19:22:18 +0000 |
commit | 149c552e0fda9bdc64ea10fe5a2bfa35bd26ec65 (patch) | |
tree | c13fac6dea6bbc5d8e1b0785f971376614b55c32 /target/Config.in | |
parent | 402d710eeba8d7434387a0a36da66bfe837adbdc (diff) | |
download | buildroot-novena-149c552e0fda9bdc64ea10fe5a2bfa35bd26ec65.tar.gz buildroot-novena-149c552e0fda9bdc64ea10fe5a2bfa35bd26ec65.zip |
- provide option to build an initramfs out of the current rootfs. Closes #881
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 0e9db8933..5913ffc6d 100644 --- a/target/Config.in +++ b/target/Config.in @@ -10,6 +10,7 @@ source "target/squashfs/Config.in" source "target/tar/Config.in" source "target/cpio/Config.in" source "target/iso9660/Config.in" +source "target/initramfs/Config.in" comment "bootloader for target device" |