From 10c2c484d5916ad476ad7717c3629f6684f01e6d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 6 Sep 2015 15:25:38 +0000 Subject: busybox: Enable getopt applet getopts is a common applet more so now needed by systemd for working with sysv scripts Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox/getopts.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox/getopts.cfg (limited to 'meta/recipes-core/busybox/busybox') diff --git a/meta/recipes-core/busybox/busybox/getopts.cfg b/meta/recipes-core/busybox/busybox/getopts.cfg new file mode 100644 index 0000000000..8db0a4a8f2 --- /dev/null +++ b/meta/recipes-core/busybox/busybox/getopts.cfg @@ -0,0 +1,3 @@ +CONFIG_GETOPT=y +CONFIG_LONG_OPTS=y +CONFIG_FEATURE_GETOPT_LONG=y -- cgit 1.2.3-korg