From: Michael Tremer Date: Sun, 10 Oct 2021 12:57:42 +0000 (+0000) Subject: util-linux: Ship hexdump X-Git-Tag: v2.27-core161~2^2~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45124fbbc286d8cb325615d4e5b512fb651cf1fe;p=ipfire-2.x.git 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 --- 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