Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From cb00938476368cf7c9be2927c4f7d46b31404a55 Mon Sep 17 00:00:00 2001
- From: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
- Date: Tue, 7 Apr 2026 19:20:21 +0000
- Subject: [PATCH] fixed fi in check-config.sh
- Signed-off-by: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
- Upstream-Status: Inappropriate [embedded specific]
- ---
- src/import/contrib/check-config.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/src/import/contrib/check-config.sh b/src/import/contrib/check-config.sh
- index b7e4049..bed6bb5 100755
- --- a/src/import/contrib/check-config.sh
- +++ b/src/import/contrib/check-config.sh
- @@ -255,9 +255,9 @@ echo 'Optional Features:'
- {
- if [ "$kernelMajor" -lt 6 ] || [ "$kernelMajor" -eq 6 -a "$kernelMinor" -le 1 ]; then
- check_flags CGROUP_PIDS
- + fi
- }
- {
- - fi
- # Kernel v5.8+ removes MEMCG_SWAP_ENABLED and deprecates MEMCG_SWAP.
- if [ "$kernelMajor" -lt 5 ] || [ "$kernelMajor" -eq 5 -a "$kernelMinor" -lt 8 ]; then
- CODE=${EXITCODE}
- --
- 2.34.1
Advertisement