Skip to content

Commit

Permalink
Update to 6.1.11-200
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Feb 19, 2023
1 parent fdd0b1c commit 7a8c5d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package-scripts/build-kernel.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

FEDORA_KERNEL_VERSION=6.1.9-200.fc37
FEDORA_KERNEL_VERSION=6.1.11-200.fc37
PATCHES_GIT=https://github.com/t2linux/linux-t2-patches
PATCHES_COMMIT=27805893690c463c2d1795b8c59fb5fab49368fc
PATCHES_COMMIT=3b2e05df2f41a323e67aca5bd3cccac5a5c41c2c

echo "=====INSTALLING DEPENDENCIES====="
dnf install -y ncurses-devel libbpf fedpkg rpmdevtools ccache openssl-devel libkcapi libkcapi-devel libkcapi-static libkcapi-tools
Expand Down Expand Up @@ -35,7 +35,8 @@ cd *
git checkout ${PATCHES_COMMIT}

cd ~/rpmbuild/SPECS
cat /tmp/download/*/extra_config > /root/rpmbuild/SOURCES/kernel-local
# cat /tmp/download/*/extra_config > /root/rpmbuild/SOURCES/kernel-local
cat /repo/patches/extra_config > /root/rpmbuild/SOURCES/kernel-local
cat /tmp/download/*/*.patch > /root/rpmbuild/SOURCES/linux-kernel-test.patch

echo "=====BUILDING====="
Expand Down
10 changes: 10 additions & 0 deletions patches/extra_config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CONFIG_APPLE_BCE=m
CONFIG_APPLE_GMUX=m
CONFIG_BRCMFMAC=m
CONFIG_BT_BCM=m
CONFIG_BT_HCIBCM4377=m
CONFIG_HID_APPLE_IBRIDGE=m
CONFIG_HID_APPLE=m
CONFIG_HID_APPLE_MAGIC_BACKLIGHT=m
CONFIG_HID_APPLE_TOUCHBAR=m
CONFIG_SND_PCM=m

0 comments on commit 7a8c5d4

Please sign in to comment.