touchup target menu display
authorMike Frysinger <vapier@gentoo.org>
Fri, 9 Sep 2005 00:12:13 +0000 (00:12 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 9 Sep 2005 00:12:13 +0000 (00:12 -0000)
target/Config.in
target/cramfs/Config.in
target/ext2/Config.in
target/jffs2/Config.in
target/powerpc/yaboot/Config.in
target/squashfs/Config.in
target/tar/Config.in
target/x86/grub/Config.in
target/x86/syslinux/Config.in

index 010f76b397320c5f820a5b3d575f315017a6d460..ebb1df2ffdbcb3a51d0a5349c9f5a63a88ae1ce7 100644 (file)
@@ -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"
-
index 69d5e8c78348ce91d1caf3066396dc78e078ed85..917e99d11830401b0f2bb1998485a33302df12a7 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_CRAMFS
-       bool "cramfs root filesystem for the target device"
+       bool "cramfs root filesystem"
        default n
        help
          Build a cramfs root filesystem
index a40947a038d92e36b0098c863ef4610493c4d778..7671caa81921afc89fa8ed936ca9fc2ed1460c57 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_EXT2
-       bool "ext2 root filesystem for the target device"
+       bool "ext2 root filesystem"
        default y
        help
          Build an ext2 root filesystem
index ff3156b7bc95fa98c499b95e41fe5da431930866..ae89b124b48b4f00a9bdcadd4aff865f4829cba5 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_JFFS2
-       bool "jffs2 root filesystem for the target device"
+       bool "jffs2 root filesystem"
        default n
        help
          Build a jffs2 root filesystem
index fa79846bce56270d2c441c733fa22ebd0395b121..eb6601ddf8288f500a8a786e30dfb54af691a98d 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_YABOOT
-       bool "yaboot bootloader"
+       bool "yaboot"
        default n
        depends on BR2_powerpc
        help
index 5ee392644cacc01139d67aa772d1a8bba5359670..733eea825e8f96b6b1424f284778cd043bddde93 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_SQUASHFS
-       bool "squashfs root filesystem for the target device"
+       bool "squashfs root filesystem"
        default n
        help
          Build a squashfs root filesystem
index 655a573dd037f959a49dfae47d9c76e3e029d89f..89640745de059276bc0e6e8962de8b03dfeecbe5 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_TAR
-       bool "tar the root filesystem for the target device"
+       bool "tar the root filesystem"
        default n
        help
          Build a tar archive of the root filesystem
index 2dc241a23eba32633e666b98744afd05c6e80175..409abe8188b7ee0e71c6c142c98bc290e0f98f47 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_GRUB
-       bool "grub bootloader"
+       bool "grub"
        default n
        depends on BR2_i386
        help
index 98465fcd77e6e09978b72dd08c5ee632cbf60428..1e19b8c4a2528455aa58bddd553b5f0af50eaa6b 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_TARGET_SYSLINUX
-       bool "syslinux bootloader"
+       bool "syslinux"
        default n
        depends on BR2_i386
        help