diff options
| author | Eric Andersen | 2003-09-14 13:34:26 +0200 |
|---|---|---|
| committer | Eric Andersen | 2003-09-14 13:34:26 +0200 |
| commit | 5f92f5c9e9333b0b44b65568b5b2b347bee02899 (patch) | |
| tree | 1424e98ed9cf148c25890de51e76e8ec36376a89 | |
| parent | Teach dropbear to depend on zlib (diff) | |
| download | buildroot-5f92f5c9e9333b0b44b65568b5b2b347bee02899.tar.gz buildroot-5f92f5c9e9333b0b44b65568b5b2b347bee02899.tar.xz buildroot-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 |
