summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-09 00:12:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-09 00:12:13 +0000
commit2e31d32a0c01cbe8b8dbbadf24ba393682723469 (patch)
tree4430d9946ef2c3fa5904c122ebd70aa1e2e3c7e1 /target/Config.in
parent8df304656c3482f01b8ea62cbbc1d8713ba22439 (diff)
touchup target menu display
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in
index 010f76b39..ebb1df2ff 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -1,11 +1,15 @@
menu "Target Options"
+comment "filesystem for target device"
+
source "target/cramfs/Config.in"
source "target/ext2/Config.in"
source "target/jffs2/Config.in"
source "target/squashfs/Config.in"
source "target/tar/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"
@@ -13,4 +17,3 @@ source "target/powerpc/yaboot/Config.in"
endmenu
source "target/device/Config.in"
-