summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMike Frysinger2005-09-09 02:12:13 +0200
committerMike Frysinger2005-09-09 02:12:13 +0200
commit2e31d32a0c01cbe8b8dbbadf24ba393682723469 (patch)
tree4430d9946ef2c3fa5904c122ebd70aa1e2e3c7e1 /target
parentfix shared library building (diff)
downloadbuildroot-2e31d32a0c01cbe8b8dbbadf24ba393682723469.tar.gz
buildroot-2e31d32a0c01cbe8b8dbbadf24ba393682723469.tar.xz
buildroot-2e31d32a0c01cbe8b8dbbadf24ba393682723469.zip
touchup target menu display
Diffstat (limited to 'target')
-rw-r--r--target/Config.in5
-rw-r--r--target/cramfs/Config.in2
-rw-r--r--target/ext2/Config.in2
-rw-r--r--target/jffs2/Config.in2
-rw-r--r--target/powerpc/yaboot/Config.in2
-rw-r--r--target/squashfs/Config.in2
-rw-r--r--target/tar/Config.in2
-rw-r--r--target/x86/grub/Config.in2
-rw-r--r--target/x86/syslinux/Config.in2
9 files changed, 12 insertions, 9 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"
-
diff --git a/target/cramfs/Config.in b/target/cramfs/Config.in
index 69d5e8c78..917e99d11 100644
--- a/target/cramfs/Config.in
+++ b/target/cramfs/Config.in
@@ -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
diff --git a/target/ext2/Config.in b/target/ext2/Config.in
index a40947a03..7671caa81 100644
--- a/target/ext2/Config.in
+++ b/target/ext2/Config.in
@@ -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
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in
index ff3156b7b..ae89b124b 100644
--- a/target/jffs2/Config.in
+++ b/target/jffs2/Config.in
@@ -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
diff --git a/target/powerpc/yaboot/Config.in b/target/powerpc/yaboot/Config.in
index fa79846bc..eb6601ddf 100644
--- a/target/powerpc/yaboot/Config.in
+++ b/target/powerpc/yaboot/Config.in
@@ -1,5 +1,5 @@
config BR2_TARGET_YABOOT
- bool "yaboot bootloader"
+ bool "yaboot"
default n
depends on BR2_powerpc
help
diff --git a/target/squashfs/Config.in b/target/squashfs/Config.in
index 5ee392644..733eea825 100644
--- a/target/squashfs/Config.in
+++ b/target/squashfs/Config.in
@@ -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
diff --git a/target/tar/Config.in b/target/tar/Config.in
index 655a573dd..89640745d 100644
--- a/target/tar/Config.in
+++ b/target/tar/Config.in
@@ -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
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in
index 2dc241a23..409abe818 100644
--- a/target/x86/grub/Config.in
+++ b/target/x86/grub/Config.in
@@ -1,5 +1,5 @@
config BR2_TARGET_GRUB
- bool "grub bootloader"
+ bool "grub"
default n
depends on BR2_i386
help
diff --git a/target/x86/syslinux/Config.in b/target/x86/syslinux/Config.in
index 98465fcd7..1e19b8c4a 100644
--- a/target/x86/syslinux/Config.in
+++ b/target/x86/syslinux/Config.in
@@ -1,5 +1,5 @@
config BR2_TARGET_SYSLINUX
- bool "syslinux bootloader"
+ bool "syslinux"
default n
depends on BR2_i386
help