diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-22 13:56:36 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-22 13:56:36 +0000 |
commit | 0849207ce049a4ff0287ff5c03d24611e5340e2a (patch) | |
tree | ebc86b4456711b1aa8905894432e544df28e2d63 /scripts | |
parent | c5cb38f4d9fa90fdd01ea258390d0059138616b5 (diff) | |
download | busybox-0849207ce049a4ff0287ff5c03d24611e5340e2a.tar.gz |
convert "negaite" config option into reversed (INCLUDE_SUSv2)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 61aca8792..1c6dc9891 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -47,7 +47,7 @@ CONFIG_LFS=y # CONFIG_NO_DEBUG_LIB is not set # CONFIG_DMALLOC is not set # CONFIG_EFENCE is not set -CONFIG_DEBUG_YANK_SUSv2=y +CONFIG_INCLUDE_SUSv2=y # # Installation Options |