| Message ID | 20241007120950.975803-8-ejo@pengutronix.de |
|---|---|
| State | New |
| Headers | show |
| Series | busybox: cleanup and fix config fragments | expand |
diff --git a/meta/recipes-core/busybox/busybox/getopts.cfg b/meta/recipes-core/busybox/busybox/getopts.cfg index 8db0a4a8f2..26a2e7add9 100644 --- a/meta/recipes-core/busybox/busybox/getopts.cfg +++ b/meta/recipes-core/busybox/busybox/getopts.cfg @@ -1,3 +1 @@ CONFIG_GETOPT=y -CONFIG_LONG_OPTS=y -CONFIG_FEATURE_GETOPT_LONG=y
We have longopts.cfg for long options. And CONFIG_LONG_OPTS is the actual global switch for long options. It seems inappropriate here. Signed-off-by: Enrico Jörns <ejo@pengutronix.de> --- meta/recipes-core/busybox/busybox/getopts.cfg | 2 -- 1 file changed, 2 deletions(-)