diff options
author | Enrico Jörns <ejo@pengutronix.de> | 2024-10-28 09:29:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-01 12:07:12 +0000 |
commit | ede6b9856aef4e8674eb8f6abfde9660a4d4c21f (patch) | |
tree | 2f477199e29bb523153ae8f653afb8dd8e39e69f | |
parent | 5063bc8fef1cee76cbaf18dd157831dec42d4ffe (diff) | |
download | poky-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/defconfig | 8 |
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 |
149 | CONFIG_GUNZIP=y | 149 | CONFIG_GUNZIP=y |
150 | CONFIG_ZCAT=y | 150 | CONFIG_ZCAT=y |
151 | CONFIG_FEATURE_GUNZIP_LONG_OPTIONS=y | 151 | # CONFIG_FEATURE_GUNZIP_LONG_OPTIONS is not set |
152 | CONFIG_BUNZIP2=y | 152 | CONFIG_BUNZIP2=y |
153 | CONFIG_BZCAT=y | 153 | CONFIG_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 |
401 | CONFIG_RUN_PARTS=y | 401 | CONFIG_RUN_PARTS=y |
402 | CONFIG_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 |
404 | CONFIG_START_STOP_DAEMON=y | 404 | CONFIG_START_STOP_DAEMON=y |
405 | CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS=y | 405 | # CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set |
406 | CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y | 406 | CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y |
407 | CONFIG_WHICH=y | 407 | CONFIG_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 |
1002 | CONFIG_WGET=y | 1002 | CONFIG_WGET=y |
1003 | CONFIG_FEATURE_WGET_LONG_OPTIONS=y | 1003 | # CONFIG_FEATURE_WGET_LONG_OPTIONS is not set |
1004 | CONFIG_FEATURE_WGET_STATUSBAR=y | 1004 | CONFIG_FEATURE_WGET_STATUSBAR=y |
1005 | CONFIG_FEATURE_WGET_FTP=y | 1005 | CONFIG_FEATURE_WGET_FTP=y |
1006 | CONFIG_FEATURE_WGET_AUTHENTICATION=y | 1006 | CONFIG_FEATURE_WGET_AUTHENTICATION=y |