aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/Config.in
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-02-27 03:23:45 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2019-03-01 08:09:41 +0000
commiteb6f5a58b904814f9a73281949f32f04c190d727 (patch)
tree2aae8c89eda14c375baa4a25e139c8788ca80364 /package/utils/busybox/config/Config.in
parent157072ea2b7bdbe8de1339936a5933061a27e67a (diff)
downloadupstream-eb6f5a58b904814f9a73281949f32f04c190d727.tar.gz
upstream-eb6f5a58b904814f9a73281949f32f04c190d727.tar.bz2
upstream-eb6f5a58b904814f9a73281949f32f04c190d727.zip
busybox: sync Config.in files
The change was made with the following commands cd package/utils/busybox/config ../convert_menuconfig.pl ~/git-repo/openwrt/openwrt/build_dir/target-mips_24kc_musl/busybox-1.30.1 convert_defaults.pl has no changes other than overwriting defaults for BUSYBOX_DEFAULT_FEATURE_IPV6 Resolves FS#2146 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
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