Skip to content

Commit

Permalink
5.18.19-200 [rel]
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Aug 25, 2022
1 parent 53d631f commit e0abc5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

FEDORA_KERNEL_VERSION=5.18.16-200.fc36
PATCHES_GIT=https://github.com/Redecorating/mbp-16.1-linux-wifi
PATCHES_COMMIT=0f18a8ee0e2eb7893222e3d0f433f75ce689aa91
FEDORA_KERNEL_VERSION=5.18.19-200.fc36
PATCHES_GIT=https://github.com/Redecorating/linux-t2-arch
PATCHES_COMMIT=d1ba02f45198888016606b903f055a962de7eb81

# Dependencies
dnf install -y fedora-packager git curl pesign ncurses-devel libkcapi libkcapi-devel libkcapi-static libkcapi-tools libbpf fedpkg rpmdevtools dwarves
Expand Down Expand Up @@ -36,10 +36,9 @@ KERNEL_TMP="*"
cd $KERNEL_TMP
git clone --depth=1 https://github.com/t2linux/apple-bce-drv drivers/staging/apple-bce
git clone --depth=1 https://github.com/t2linux/apple-ib-drv drivers/staging/apple-ibridge
rm -rf drivers/staging/*/.git
cd ..
rm "$KERNEL_SRC"
tar -cf "$KERNEL_SRC" "$KERNEL_TMP"
tar -cJf "$KERNEL_SRC" "$KERNEL_TMP"

# Apply patches
cd /root/rpmbuild/SPECS
Expand Down
4 changes: 2 additions & 2 deletions t2linux-config.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: linux-t2
Version: 5.18.9
Version: 5.18.19
Release: 1%{?dist}
Summary: System configuration for linux on t2 macs.

Expand All @@ -8,7 +8,7 @@ URL: https://t2linux.org
Source0: https://wiki.t2linux.org/tools/rmmod_tb.sh

%description
Configuration files for linux on t2 macs. The linux-t2 kernel is necessary for this to work, and this must be installed to boot. Everything works except for TouchId, eGPU, and audio switching.
Configuration files for linux on t2 macs. Everything works except for TouchId, eGPU, and audio switching.

%prep
cp %{_sourcedir}/* %{_builddir}
Expand Down

0 comments on commit e0abc5e

Please sign in to comment.