From 993a32ecdd13457a804e70846a5193ecc345a191 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Tue, 14 Sep 2010 21:04:16 +1000 Subject: win32: enable hexdump --- scripts/defconfig.mingw32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32 index a49e54187..1c31d382b 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 @@ -531,9 +531,9 @@ CONFIG_DEFAULT_DEPMOD_FILE="" # CONFIG_MKFS_VFAT is not set # CONFIG_GETOPT is not set # CONFIG_FEATURE_GETOPT_LONG is not set -# CONFIG_HEXDUMP is not set -# CONFIG_FEATURE_HEXDUMP_REVERSE is not set -# CONFIG_HD is not set +CONFIG_HEXDUMP=y +CONFIG_FEATURE_HEXDUMP_REVERSE=y +CONFIG_HD=y # CONFIG_HWCLOCK is not set # CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set # CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set -- cgit v1.2.3-55-g6feb