diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-20 06:06:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-20 06:06:56 +0000 |
commit | f9584a19ca738762c9bb2ce899fe9c3d9e746da0 (patch) | |
tree | 607878d7cd6b7d76b8979688cd8b19e9c70c09a6 | |
parent | 8f41bfc05ca5a43ce7b21f5d8e5bf548d191bb20 (diff) | |
download | busybox-w32-f9584a19ca738762c9bb2ce899fe9c3d9e746da0.tar.gz busybox-w32-f9584a19ca738762c9bb2ce899fe9c3d9e746da0.tar.bz2 busybox-w32-f9584a19ca738762c9bb2ce899fe9c3d9e746da0.zip |
Update the default config to not ask stuff
-rw-r--r-- | sysdeps/linux/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/linux/defconfig b/sysdeps/linux/defconfig index 8f7c0c77b..fd2b118e3 100644 --- a/sysdeps/linux/defconfig +++ b/sysdeps/linux/defconfig | |||
@@ -351,6 +351,7 @@ CONFIG_ASH=y | |||
351 | CONFIG_ASH_JOB_CONTROL=y | 351 | CONFIG_ASH_JOB_CONTROL=y |
352 | CONFIG_ASH_ALIAS=y | 352 | CONFIG_ASH_ALIAS=y |
353 | CONFIG_ASH_MATH_SUPPORT=y | 353 | CONFIG_ASH_MATH_SUPPORT=y |
354 | CONFIG_ASH_MATH_SUPPORT_64=y | ||
354 | # CONFIG_ASH_GETOPTS is not set | 355 | # CONFIG_ASH_GETOPTS is not set |
355 | # CONFIG_ASH_CMDCMD is not set | 356 | # CONFIG_ASH_CMDCMD is not set |
356 | # CONFIG_ASH_MAIL is not set | 357 | # CONFIG_ASH_MAIL is not set |