diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 21:04:16 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 21:04:16 +1000 |
commit | 993a32ecdd13457a804e70846a5193ecc345a191 (patch) | |
tree | 12354de6aa5e15bf7d0f5801acf53437f2ba06a0 | |
parent | 55df428386e13a7269508bb1e972772b353ce469 (diff) | |
download | busybox-w32-993a32ecdd13457a804e70846a5193ecc345a191.tar.gz busybox-w32-993a32ecdd13457a804e70846a5193ecc345a191.tar.bz2 busybox-w32-993a32ecdd13457a804e70846a5193ecc345a191.zip |
win32: enable hexdump
-rw-r--r-- | scripts/defconfig.mingw32 | 6 |
1 files 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="" | |||
531 | # CONFIG_MKFS_VFAT is not set | 531 | # CONFIG_MKFS_VFAT is not set |
532 | # CONFIG_GETOPT is not set | 532 | # CONFIG_GETOPT is not set |
533 | # CONFIG_FEATURE_GETOPT_LONG is not set | 533 | # CONFIG_FEATURE_GETOPT_LONG is not set |
534 | # CONFIG_HEXDUMP is not set | 534 | CONFIG_HEXDUMP=y |
535 | # CONFIG_FEATURE_HEXDUMP_REVERSE is not set | 535 | CONFIG_FEATURE_HEXDUMP_REVERSE=y |
536 | # CONFIG_HD is not set | 536 | CONFIG_HD=y |
537 | # CONFIG_HWCLOCK is not set | 537 | # CONFIG_HWCLOCK is not set |
538 | # CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set | 538 | # CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set |
539 | # CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set | 539 | # CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set |