diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-01 07:20:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-01 07:20:39 +0000 |
commit | 9f8739658f9de0ebbfb023e7f8bfed8332650089 (patch) | |
tree | 5a218ac42ef51b05eb892c1929f02ffd8d753878 /sources/busybox.config | |
parent | 8f6ec3d521433abca7433dd13a8f163f25925767 (diff) | |
download | buildroot-novena-9f8739658f9de0ebbfb023e7f8bfed8332650089.tar.gz buildroot-novena-9f8739658f9de0ebbfb023e7f8bfed8332650089.zip |
Turn off CONFIG_ASH_RANDOM_SUPPORT by default
Diffstat (limited to 'sources/busybox.config')
-rw-r--r-- | sources/busybox.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 965bb4a8b..bc0afcd34 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -382,6 +382,7 @@ CONFIG_ASH_MATH_SUPPORT=y # CONFIG_ASH_CMDCMD is not set # CONFIG_ASH_MAIL is not set CONFIG_ASH_OPTIMIZE_FOR_SIZE=y +# CONFIG_ASH_RANDOM_SUPPORT is not set # CONFIG_HUSH is not set # CONFIG_LASH is not set # CONFIG_MSH is not set |