buildroot/target/Config.in
Bernhard Reutner-Fischer 119e9af1b5 - add a simple cpio target, to be used with an initramfs.
Thanks to Goetz Bock
2006-11-22 19:10:59 +00:00

23 lines
520 B
Plaintext

menu "Target Options"
comment "filesystem for target device"
source "target/cramfs/Config.in"
source "target/cloop/Config.in"
source "target/ext2/Config.in"
source "target/jffs2/Config.in"
source "target/squashfs/Config.in"
source "target/tar/Config.in"
source "target/cpio/Config.in"
source "target/iso9660/Config.in"
comment "bootloader for target device"
source "target/x86/grub/Config.in"
source "target/x86/syslinux/Config.in"
source "target/powerpc/yaboot/Config.in"
endmenu
source "target/device/Config.in"