summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-08-05 18:22:16 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-06 19:53:01 +0200
commit9598aa9da2f5b8030b3d161c7a43438f2b32150c (patch)
tree3a7185dbd5bf9f914a25673ea6fc2434549d0064
parent2c8de6c443d4bc29978d96fdf3ca1379c234a639 (diff)
downloadbuildroot-9598aa9da2f5b8030b3d161c7a43438f2b32150c.tar.gz
buildroot-9598aa9da2f5b8030b3d161c7a43438f2b32150c.zip
busybox: enable ash getopts
It's increasingly used by scripts like some in the btrfs-progs package. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/busybox/busybox.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config
index 7b6d9b754c..05ef676eb0 100644
--- a/package/busybox/busybox.config
+++ b/package/busybox/busybox.config
@@ -975,7 +975,7 @@ CONFIG_ASH_BASH_COMPAT=y
CONFIG_ASH_IDLE_TIMEOUT=y
CONFIG_ASH_JOB_CONTROL=y
CONFIG_ASH_ALIAS=y
-# CONFIG_ASH_GETOPTS is not set
+CONFIG_ASH_GETOPTS=y
CONFIG_ASH_BUILTIN_ECHO=y
CONFIG_ASH_BUILTIN_PRINTF=y
CONFIG_ASH_BUILTIN_TEST=y
OpenPOWER on IntegriCloud