Browse Source

touchup target menu display

Mike Frysinger 20 years ago
parent
commit
2e31d32a0c

+ 4 - 1
target/Config.in

@@ -1,11 +1,15 @@
 menu "Target Options"
 menu "Target Options"
 
 
+comment "filesystem for target device"
+
 source "target/cramfs/Config.in"
 source "target/cramfs/Config.in"
 source "target/ext2/Config.in"
 source "target/ext2/Config.in"
 source "target/jffs2/Config.in"
 source "target/jffs2/Config.in"
 source "target/squashfs/Config.in"
 source "target/squashfs/Config.in"
 source "target/tar/Config.in"
 source "target/tar/Config.in"
 
 
+comment "bootloader for target device"
+
 source "target/x86/grub/Config.in"
 source "target/x86/grub/Config.in"
 source "target/x86/syslinux/Config.in"
 source "target/x86/syslinux/Config.in"
 source "target/powerpc/yaboot/Config.in"
 source "target/powerpc/yaboot/Config.in"
@@ -13,4 +17,3 @@ source "target/powerpc/yaboot/Config.in"
 endmenu
 endmenu
 
 
 source "target/device/Config.in"
 source "target/device/Config.in"
-

+ 1 - 1
target/cramfs/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_CRAMFS
 config BR2_TARGET_ROOTFS_CRAMFS
-	bool "cramfs root filesystem for the target device"
+	bool "cramfs root filesystem"
 	default n
 	default n
 	help
 	help
 	  Build a cramfs root filesystem
 	  Build a cramfs root filesystem

+ 1 - 1
target/ext2/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_EXT2
 config BR2_TARGET_ROOTFS_EXT2
-	bool "ext2 root filesystem for the target device"
+	bool "ext2 root filesystem"
 	default y
 	default y
 	help
 	help
 	  Build an ext2 root filesystem
 	  Build an ext2 root filesystem

+ 1 - 1
target/jffs2/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_JFFS2
 config BR2_TARGET_ROOTFS_JFFS2
-	bool "jffs2 root filesystem for the target device"
+	bool "jffs2 root filesystem"
 	default n
 	default n
 	help
 	help
 	  Build a jffs2 root filesystem
 	  Build a jffs2 root filesystem

+ 1 - 1
target/powerpc/yaboot/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_YABOOT
 config BR2_TARGET_YABOOT
-	bool "yaboot bootloader"
+	bool "yaboot"
 	default n
 	default n
 	depends on BR2_powerpc
 	depends on BR2_powerpc
 	help
 	help

+ 1 - 1
target/squashfs/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_SQUASHFS
 config BR2_TARGET_ROOTFS_SQUASHFS
-	bool "squashfs root filesystem for the target device"
+	bool "squashfs root filesystem"
 	default n
 	default n
 	help
 	help
 	  Build a squashfs root filesystem
 	  Build a squashfs root filesystem

+ 1 - 1
target/tar/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_TAR
 config BR2_TARGET_ROOTFS_TAR
-	bool "tar the root filesystem for the target device"
+	bool "tar the root filesystem"
 	default n
 	default n
 	help
 	help
 	  Build a tar archive of the root filesystem
 	  Build a tar archive of the root filesystem

+ 1 - 1
target/x86/grub/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_GRUB
 config BR2_TARGET_GRUB
-	bool "grub bootloader"
+	bool "grub"
 	default n
 	default n
 	depends on BR2_i386
 	depends on BR2_i386
 	help
 	help

+ 1 - 1
target/x86/syslinux/Config.in

@@ -1,5 +1,5 @@
 config BR2_TARGET_SYSLINUX
 config BR2_TARGET_SYSLINUX
-	bool "syslinux bootloader"
+	bool "syslinux"
 	default n
 	default n
 	depends on BR2_i386
 	depends on BR2_i386
 	help
 	help