aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/config/Config.in')
-rw-r--r--package/utils/busybox/config/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/utils/busybox/config/Config.in b/package/utils/busybox/config/Config.in
index dc279c520b..74493aa475 100644
--- a/package/utils/busybox/config/Config.in
+++ b/package/utils/busybox/config/Config.in
@@ -8,7 +8,7 @@ config BUSYBOX_CONFIG_HAVE_DOT_CONFIG
bool
default BUSYBOX_DEFAULT_HAVE_DOT_CONFIG
-menu "Busybox Settings"
+menu "Settings"
config BUSYBOX_CONFIG_DESKTOP
bool "Enable compatibility for full-blown desktop systems"
@@ -693,16 +693,17 @@ config BUSYBOX_CONFIG_EFENCE
endchoice
-endmenu
-
source libbb/Config.in
+endmenu
+
comment "Applets"
source archival/Config.in
source coreutils/Config.in
source console-tools/Config.in
source debianutils/Config.in
+source klibc-utils/Config.in
source editors/Config.in
source findutils/Config.in
source init/Config.in