diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-14 11:34:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-14 11:34:26 +0000 |
commit | 5f92f5c9e9333b0b44b65568b5b2b347bee02899 (patch) | |
tree | 1424e98ed9cf148c25890de51e76e8ec36376a89 | |
parent | dde95efe4a8718d3a6caf945be45dafc2a4646b5 (diff) | |
download | buildroot-novena-5f92f5c9e9333b0b44b65568b5b2b347bee02899.tar.gz buildroot-novena-5f92f5c9e9333b0b44b65568b5b2b347bee02899.zip |
enable getopt for fakeroot
-rw-r--r-- | sources/busybox.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 1477e3af8..ee45c45a5 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -407,7 +407,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y # CONFIG_FREERAMDISK is not set # CONFIG_FSCK_MINIX is not set # CONFIG_MKFS_MINIX is not set -# CONFIG_GETOPT is not set +CONFIG_GETOPT=y CONFIG_HEXDUMP=y # CONFIG_HWCLOCK is not set # CONFIG_LOSETUP is not set |