]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
busybox: disable defconfig options from getopts.cfg and move long opts
authorEnrico Jörns <ejo@pengutronix.de>
Mon, 28 Oct 2024 08:29:11 +0000 (09:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2024 12:05:15 +0000 (12:05 +0000)
commit9022cff09c78fa1e0ac8e2b94c1992caa40074c4
tree5d8367a758fe49485e7d30a6c3f7c34717f97240
parentfc843212c23c04dd177039d8b0529d241e013326
busybox: disable defconfig options from getopts.cfg and move long opts

This disables getopts.cfg fragment options in the defconfig which were
accidentally enabled in 4335cd24 ("busybox: refresh the defconfig from
1.33.0").

Since there is longopts.cfg for long options, move
CONFIG_FEATURE_GETOPT_LONG there. It was probably not placed there
originally since it does not match the naming scheme of the other long
options.

Note that CONFIG_LONG_OPTS will just be dropped since it is enabled in
defconfig anyway.

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
meta/recipes-core/busybox/busybox/getopts.cfg
meta/recipes-core/busybox/busybox/longopts.cfg