Skip to content

Commit

Permalink
linux-chimeraos v6.11.5-chos1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Oct 30, 2024
1 parent 9ce1af3 commit be4a8d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgbase=linux-chimeraos
pkgver=6.11.5.chos1
pkgrel=1
pkgrel=2
pkgdesc='Linux ChimeraOS'
_srctag=v${pkgver%.*}-${pkgver##*.}
url="https://github.com/ChimeraOS/linux/commits/$_srctag"
Expand Down Expand Up @@ -44,7 +44,7 @@ validpgpkeys=(
b2sums=(
'51be484d7ac3bf4e20b6e546e4132abdb5f146aa7031edd036a2601b409e3286916eedfc1f021f166e23f3f1e81d991ed9e445a38bd4d15a6946172a8a6ca9ed' # linux-chimeraos.tar.gz
'7ad32ef544ac33f08ec4fa7a01c3aa93f7b7b291fdd6d857b857ca035a70af68b5f073bfe0c08a9c211c0f774fc230399bf5f92d9f3da102a6e5676df92e9398' # config
'ddab1e79be5e6a97fae07d8159acbe8420509d4f8fe94542b685700ee79ba792602b53dc4a61dccd16c2fe0ff4a3a6df76a2ccd6bf6409b86a890128f819265a' # config-chimeraos
'606dbd49bd68cffd01f20b1b70a15bce2460258c0ed6d8aaaa0c1bd3e23c115f30ec1c3327d890ec33b2686dfba57adc1395ca0492270100d9ecc2752fa825e6' # config-chimeraos
'SKIP' # experiments.patch
)

Expand Down
6 changes: 5 additions & 1 deletion linux/config-chimera
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

CONFIG_HID_ASUS_ALLY=m
CONFIG_ASUS_WMI_BIOS=y
CONFIG_ASUS_ARMOURY=m
CONFIG_ASUS_WMI=m
CONFIG_ASUS_WMI_DEPRECATED_ATTRS=y

# Disable radeon module
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_RADEON=n

# PARAVIRT options have overhead, even on bare metal boots. They can cause
# spinlocks to not be inlined as well. Either way, we don't intend to run this
Expand Down

0 comments on commit be4a8d9

Please sign in to comment.