summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jörns <ejo@pengutronix.de>2024-10-28 09:29:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-01 12:07:12 +0000
commitede6b9856aef4e8674eb8f6abfde9660a4d4c21f (patch)
tree2f477199e29bb523153ae8f653afb8dd8e39e69f
parent5063bc8fef1cee76cbaf18dd157831dec42d4ffe (diff)
downloadpoky-ede6b9856aef4e8674eb8f6abfde9660a4d4c21f.tar.gz
busybox: disable long options in defconfig
These are activated by the longopts.cfg fragment, thus there should be no need to set them in the defconfig. The individual long options where enabled without mentioning a specific need, mostly while adding the corresponding command, thus it should be safe to disable them. Note that we cannot disable the general 'LONG_OPTS' feature in the defconfig since this is e.g. required by CONFIG_HWCLOCK (since v1.37). (From OE-Core rev: 8cf9c7bd40e58fd363bfbeaf448de399e2e16c71) Signed-off-by: Enrico Jörns <ejo@pengutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 7481ea2d6b..ab74d2616d 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -148,7 +148,7 @@ CONFIG_FEATURE_SEAMLESS_Z=y
148# CONFIG_UNCOMPRESS is not set 148# CONFIG_UNCOMPRESS is not set
149CONFIG_GUNZIP=y 149CONFIG_GUNZIP=y
150CONFIG_ZCAT=y 150CONFIG_ZCAT=y
151CONFIG_FEATURE_GUNZIP_LONG_OPTIONS=y 151# CONFIG_FEATURE_GUNZIP_LONG_OPTIONS is not set
152CONFIG_BUNZIP2=y 152CONFIG_BUNZIP2=y
153CONFIG_BZCAT=y 153CONFIG_BZCAT=y
154# CONFIG_UNLZMA is not set 154# CONFIG_UNLZMA is not set
@@ -399,10 +399,10 @@ CONFIG_SETCONSOLE=y
399# 399#
400# CONFIG_PIPE_PROGRESS is not set 400# CONFIG_PIPE_PROGRESS is not set
401CONFIG_RUN_PARTS=y 401CONFIG_RUN_PARTS=y
402CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS=y 402# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set
403# CONFIG_FEATURE_RUN_PARTS_FANCY is not set 403# CONFIG_FEATURE_RUN_PARTS_FANCY is not set
404CONFIG_START_STOP_DAEMON=y 404CONFIG_START_STOP_DAEMON=y
405CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS=y 405# CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set
406CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y 406CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y
407CONFIG_WHICH=y 407CONFIG_WHICH=y
408 408
@@ -1000,7 +1000,7 @@ CONFIG_TRACEROUTE=y
1000# CONFIG_FEATURE_TUNCTL_UG is not set 1000# CONFIG_FEATURE_TUNCTL_UG is not set
1001# CONFIG_VCONFIG is not set 1001# CONFIG_VCONFIG is not set
1002CONFIG_WGET=y 1002CONFIG_WGET=y
1003CONFIG_FEATURE_WGET_LONG_OPTIONS=y 1003# CONFIG_FEATURE_WGET_LONG_OPTIONS is not set
1004CONFIG_FEATURE_WGET_STATUSBAR=y 1004CONFIG_FEATURE_WGET_STATUSBAR=y
1005CONFIG_FEATURE_WGET_FTP=y 1005CONFIG_FEATURE_WGET_FTP=y
1006CONFIG_FEATURE_WGET_AUTHENTICATION=y 1006CONFIG_FEATURE_WGET_AUTHENTICATION=y