summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-05-07 08:06:18 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-05-07 08:06:18 +0200
commit146540d4c3636a9c3866a617bf7bf1c166ff8933 (patch)
treeb0bbcfc51669c0ed9a5b33b12bb88c4bf6a5c8fb
parent61b5ec910db2fe82a39feac42d5f81d671afe264 (diff)
downloadDistroKit-146540d4c3636a9c3866a617bf7bf1c166ff8933.tar.gz
DistroKit-146540d4c3636a9c3866a617bf7bf1c166ff8933.tar.xz
ptxconfig: enable hexdump reverse
'reason' suggests: "The hexdump utility is useful to generate hexdumps from files and memory. With the -R option, it can also read hexdump so it can serve as a fallback to transfer files to the target when only a serial console is available." So enable it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/ptxconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 3a005d7..5036a4f 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -890,7 +890,7 @@ PTXCONF_BUSYBOX_FSFREEZE=y
# PTXCONF_BUSYBOX_FSTRIM is not set
# PTXCONF_BUSYBOX_GETOPT is not set
PTXCONF_BUSYBOX_HEXDUMP=y
-# PTXCONF_BUSYBOX_FEATURE_HEXDUMP_REVERSE is not set
+PTXCONF_BUSYBOX_FEATURE_HEXDUMP_REVERSE=y
# PTXCONF_BUSYBOX_HD is not set
# PTXCONF_BUSYBOX_XXD is not set
# PTXCONF_BUSYBOX_HWCLOCK is not set