diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 18:30:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 18:30:26 +0000 |
commit | 8e8e58da6e68e000427aa4e968bd2aeb333b686a (patch) | |
tree | 624113d2c3854a89aa31b358c05d03a8a979f1ba /sub/busybox | |
parent | 0a2b1e1369ace1fa9879ae0bbc22cf59641cf25c (diff) | |
download | lh-bootstrap-8e8e58da6e68e000427aa4e968bd2aeb333b686a.tar.xz |
bb ash needs getopts
Diffstat (limited to 'sub/busybox')
-rw-r--r-- | sub/busybox/host-full-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/busybox/host-full-config b/sub/busybox/host-full-config index 488e0b8..c2ba211 100644 --- a/sub/busybox/host-full-config +++ b/sub/busybox/host-full-config @@ -1118,7 +1118,7 @@ CONFIG_ASH_ECHO=y CONFIG_ASH_PRINTF=y CONFIG_ASH_TEST=y # CONFIG_ASH_HELP is not set -# CONFIG_ASH_GETOPTS is not set +CONFIG_ASH_GETOPTS=y # CONFIG_ASH_CMDCMD is not set # CONFIG_CTTYHACK is not set # CONFIG_HUSH is not set |