mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +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:
parent
4389918aef
commit
88352cd358
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user