Skip to content

Commit

Permalink
Enable force unload
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Nov 12, 2024
1 parent b5028e5 commit 863e1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 863e1a8

Please sign in to comment.