]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
busybox: disable long options in defconfig
authorEnrico Jörns <ejo@pengutronix.de>
Mon, 28 Oct 2024 08:29:12 +0000 (09:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2024 12:05:15 +0000 (12:05 +0000)
commit8cf9c7bd40e58fd363bfbeaf448de399e2e16c71
treeb7bd77064d85c9c26661d4f6c690249085d8661d
parent9022cff09c78fa1e0ac8e2b94c1992caa40074c4
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).

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>
meta/recipes-core/busybox/busybox/defconfig