summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/packages.kconfig19
-rw-r--r--packages/busybox/busybox.kconfig2
2 files changed, 18 insertions, 3 deletions
diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig
index a6d81ac..ad05628 100644
--- a/kconfig/packages.kconfig
+++ b/kconfig/packages.kconfig
@@ -24,15 +24,18 @@
# \date May 2009
################################################################################
-menu "Packages to include in your root filesystem"
-
#Busybox
config EMBTK_ROOTFS_HAVE_BB
bool "Have Busybox in your root filesystem"
if EMBTK_ROOTFS_HAVE_BB
+menu "Busybox configuration"
source packages/busybox/busybox.kconfig
+endmenu
endif
+menu "Packages to include in your root filesystem"
+
+menu "Flash manipulation tools"
#mtd-utils on target
config EMBTK_ROOTFS_HAVE_MTDUTILS
bool "Have mtd-utils in your target root filesystem"
@@ -52,5 +55,17 @@ config EMBTK_ROOTFS_HAVE_MTDUTILS
NAND Flash device
These utilities are often used to write file system images to the Flash
device on an embedded system.
+endmenu
+menu "Networking packages"
+endmenu
+
+menu "Graphics packages"
+endmenu
+
+menu "System packages"
+endmenu
+
+menu "Miscellaneous packages"
+endmenu
endmenu
diff --git a/packages/busybox/busybox.kconfig b/packages/busybox/busybox.kconfig
index f1649b4..0634272 100644
--- a/packages/busybox/busybox.kconfig
+++ b/packages/busybox/busybox.kconfig
@@ -22,7 +22,7 @@
# \date May 2009
################################################################################
choice
- prompt "Busybox you wish"
+ prompt "Busybox version you wish"
default EMBTK_BB_VERSION_1_14_3
help
Here you can choose which version of busybox