From 45124fbbc286d8cb325615d4e5b512fb651cf1fe Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 10 Oct 2021 12:57:42 +0000 Subject: [PATCH] util-linux: Ship hexdump This is a handy tool which can help debugging any problems and should be part of the distribution. Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- config/rootfiles/common/aarch64/util-linux | 2 +- config/rootfiles/common/armv6l/util-linux | 2 +- config/rootfiles/common/i586/util-linux | 2 +- config/rootfiles/common/x86_64/util-linux | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/aarch64/util-linux b/config/rootfiles/common/aarch64/util-linux index cb5c4ef54e..9f4b9866d5 100644 --- a/config/rootfiles/common/aarch64/util-linux +++ b/config/rootfiles/common/aarch64/util-linux @@ -57,7 +57,7 @@ usr/bin/eject usr/bin/fallocate usr/bin/flock usr/bin/getopt -#usr/bin/hexdump +usr/bin/hexdump usr/bin/ionice #usr/bin/ipcmk #usr/bin/ipcrm diff --git a/config/rootfiles/common/armv6l/util-linux b/config/rootfiles/common/armv6l/util-linux index 8bde3a73a0..d32ed52566 100644 --- a/config/rootfiles/common/armv6l/util-linux +++ b/config/rootfiles/common/armv6l/util-linux @@ -57,7 +57,7 @@ usr/bin/eject usr/bin/fallocate usr/bin/flock usr/bin/getopt -#usr/bin/hexdump +usr/bin/hexdump usr/bin/ionice #usr/bin/ipcmk #usr/bin/ipcrm diff --git a/config/rootfiles/common/i586/util-linux b/config/rootfiles/common/i586/util-linux index bcfe1ef263..55cc7ecb7d 100644 --- a/config/rootfiles/common/i586/util-linux +++ b/config/rootfiles/common/i586/util-linux @@ -57,7 +57,7 @@ usr/bin/eject usr/bin/fallocate usr/bin/flock usr/bin/getopt -#usr/bin/hexdump +usr/bin/hexdump #usr/bin/i386 usr/bin/ionice #usr/bin/ipcmk diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/common/x86_64/util-linux index 425e4a15c9..0c731e66ab 100644 --- a/config/rootfiles/common/x86_64/util-linux +++ b/config/rootfiles/common/x86_64/util-linux @@ -57,7 +57,7 @@ usr/bin/eject usr/bin/fallocate usr/bin/flock usr/bin/getopt -#usr/bin/hexdump +usr/bin/hexdump #usr/bin/i386 usr/bin/ionice #usr/bin/ipcmk -- 2.39.5