From 863e1a83e5211964dcc6b441ce581f1b156f6ebf Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:53:39 +0530 Subject: [PATCH] Enable force unload --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5cba88a..c5712a8 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ apt-get update apt-get install -y lsb-release KERNEL_VERSION=6.11.7 -PKGREL=1 +PKGREL=2 DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs) CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs) @@ -117,6 +117,7 @@ make olddefconfig ./scripts/config --module CONFIG_DRM_APPLETBDRM ./scripts/config --module CONFIG_BT_HCIBCM4377 ./scripts/config --module CONFIG_APFS_FS +./scripts/config --enable CONFIG_MODULE_FORCE_UNLOAD # Get rid of the dirty tag echo "" >"${KERNEL_PATH}"/.scmversion