diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-22 15:44:23 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-22 15:44:23 +0000 |
commit | 94e3365b8f8eead46ec0b494ce513b7915fb6c04 (patch) | |
tree | 1d7c8325f6f7625a3f95ee3931931f8894396b67 /scripts | |
parent | 88adfcd17863361a827551a572f993e43356eefc (diff) | |
download | busybox-w32-94e3365b8f8eead46ec0b494ce513b7915fb6c04.tar.gz busybox-w32-94e3365b8f8eead46ec0b494ce513b7915fb6c04.tar.bz2 busybox-w32-94e3365b8f8eead46ec0b494ce513b7915fb6c04.zip |
perror_nomsg: don't print extra colon
losetup: print name of loop device in error messages
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 0550e43e4..3aacaac64 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -305,7 +305,7 @@ CONFIG_ED=y | |||
305 | CONFIG_PATCH=y | 305 | CONFIG_PATCH=y |
306 | CONFIG_SED=y | 306 | CONFIG_SED=y |
307 | CONFIG_VI=y | 307 | CONFIG_VI=y |
308 | CONFIG_FEATURE_VI_MAX_LEN=1024 | 308 | CONFIG_FEATURE_VI_MAX_LEN=4096 |
309 | CONFIG_FEATURE_VI_COLON=y | 309 | CONFIG_FEATURE_VI_COLON=y |
310 | CONFIG_FEATURE_VI_YANKMARK=y | 310 | CONFIG_FEATURE_VI_YANKMARK=y |
311 | CONFIG_FEATURE_VI_SEARCH=y | 311 | CONFIG_FEATURE_VI_SEARCH=y |