diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-03 17:01:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-03 17:01:59 (EDT) |
commit | 0719d255b3a73933366906051b7272c4d75973ee (patch) | |
tree | 724cff02ef3aaf6975ef2cc7b3126338799c13bd | |
parent | 1b507580e1544136c7c4b186ffaf8ffdd98968e6 (diff) |
Enable CONFIG_GETOPT.
fakeroot uses getopt.
-rw-r--r-- | busybox.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.config b/busybox.config index 6f91d84..eb7525f 100644 --- a/busybox.config +++ b/busybox.config @@ -564,7 +564,7 @@ CONFIG_MKFS_EXT2=y # CONFIG_FEATURE_MINIX2 is not set CONFIG_MKFS_REISER=y CONFIG_MKFS_VFAT=y -# CONFIG_GETOPT is not set +CONFIG_GETOPT=y # CONFIG_FEATURE_GETOPT_LONG is not set CONFIG_HEXDUMP=y # CONFIG_FEATURE_HEXDUMP_REVERSE is not set |