From eb6f5a58b904814f9a73281949f32f04c190d727 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 27 Feb 2019 03:23:45 +0000 Subject: 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 --- package/utils/busybox/config/Config.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package/utils/busybox/config/Config.in') 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 -- cgit v1.2.3