diff options
author | Ron Yorston <rmy@pobox.com> | 2016-03-27 17:09:52 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-03-27 17:13:42 +0100 |
commit | 3cf56a021d7a62512b477640e930e1a78288075c (patch) | |
tree | 9ed8eafa9f913b103a4cc9774f95939b9639508e | |
parent | 3ebb829683aab54f5089a878120294ae9e5d2fcf (diff) | |
download | busybox-w32-3cf56a021d7a62512b477640e930e1a78288075c.tar.gz busybox-w32-3cf56a021d7a62512b477640e930e1a78288075c.tar.bz2 busybox-w32-3cf56a021d7a62512b477640e930e1a78288075c.zip |
mingw: remove bbconfig from default configuration
bbconfig isn't very useful. Removing it saves over 5KB.
-rw-r--r-- | configs/mingw32_defconfig | 4 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index e3a0e666e..077c005c8 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -697,8 +697,8 @@ CONFIG_FEATURE_LESS_LINENUMS=y | |||
697 | # CONFIG_UBIUPDATEVOL is not set | 697 | # CONFIG_UBIUPDATEVOL is not set |
698 | # CONFIG_WALL is not set | 698 | # CONFIG_WALL is not set |
699 | # CONFIG_ADJTIMEX is not set | 699 | # CONFIG_ADJTIMEX is not set |
700 | CONFIG_BBCONFIG=y | 700 | # CONFIG_BBCONFIG is not set |
701 | CONFIG_FEATURE_COMPRESS_BBCONFIG=y | 701 | # CONFIG_FEATURE_COMPRESS_BBCONFIG is not set |
702 | # CONFIG_BEEP is not set | 702 | # CONFIG_BEEP is not set |
703 | CONFIG_FEATURE_BEEP_FREQ=0 | 703 | CONFIG_FEATURE_BEEP_FREQ=0 |
704 | CONFIG_FEATURE_BEEP_LENGTH_MS=0 | 704 | CONFIG_FEATURE_BEEP_LENGTH_MS=0 |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index d4996f4f8..9cbcbf496 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -697,8 +697,8 @@ CONFIG_FEATURE_LESS_LINENUMS=y | |||
697 | # CONFIG_UBIUPDATEVOL is not set | 697 | # CONFIG_UBIUPDATEVOL is not set |
698 | # CONFIG_WALL is not set | 698 | # CONFIG_WALL is not set |
699 | # CONFIG_ADJTIMEX is not set | 699 | # CONFIG_ADJTIMEX is not set |
700 | CONFIG_BBCONFIG=y | 700 | # CONFIG_BBCONFIG is not set |
701 | CONFIG_FEATURE_COMPRESS_BBCONFIG=y | 701 | # CONFIG_FEATURE_COMPRESS_BBCONFIG is not set |
702 | # CONFIG_BEEP is not set | 702 | # CONFIG_BEEP is not set |
703 | CONFIG_FEATURE_BEEP_FREQ=0 | 703 | CONFIG_FEATURE_BEEP_FREQ=0 |
704 | CONFIG_FEATURE_BEEP_LENGTH_MS=0 | 704 | CONFIG_FEATURE_BEEP_LENGTH_MS=0 |