mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 17:25:27 +00:00
pkg: Drop oprofile fs check from kernel config check
oprofile kernel support was dropped with 5.12.x with:
f8408264c77a ("drivers: Remove CONFIG_OPROFILE support")
However the commit stated that the userspace oprofile tools
had stopped using the kernel interface for a log time. So
drop the check.
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -171,10 +171,6 @@ mqueue
|
||||
do
|
||||
grep -q "[[:space:]]${fs}\$" /proc/filesystems || fail "${fs} filesystem missing"
|
||||
done
|
||||
if [ "$arch" = "x86_64" ]; then
|
||||
grep -q "[[:space:]]oprofilefs\$" /proc/filesystems || fail "${fs} filesystem missing"
|
||||
fi
|
||||
|
||||
|
||||
if [ -z "$FAILED" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user