Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions srcpkgs/linux-asahi/files/arm64-dotconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 7.1.5 Kernel Configuration
# Linux/arm64 7.1.6 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -38,7 +38,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="+2-asahi_1"
CONFIG_LOCALVERSION="+1-asahi_1"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_INIT=""
Expand Down Expand Up @@ -6202,7 +6202,9 @@ CONFIG_TYPEC_TCPCI=m
CONFIG_TYPEC_UCSI=m
# CONFIG_UCSI_CCG is not set
# CONFIG_UCSI_STM32G0 is not set
CONFIG_TYPEC_TPS6598X_CORE=m
CONFIG_TYPEC_TPS6598X=m
# CONFIG_TYPEC_SN201202X is not set
# CONFIG_TYPEC_ANX7411 is not set
# CONFIG_TYPEC_RT1719 is not set
# CONFIG_TYPEC_HD3SS3220 is not set
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/linux-asahi/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'linux-asahi'
pkgname=linux-asahi
version=7.1.5+2
version=7.1.6+1
revision=1
short_desc="Linux kernel and modules for Apple Silicon"
maintainer="dkwo <npiazza@disroot.org>, Will Springer <skirmisher@protonmail.com>"
license="GPL-2.0-only"
homepage="https://asahilinux.org"
distfiles="https://github.com/AsahiLinux/linux/archive/asahi-${version/+/-}.tar.gz"
checksum=61a6bd97e09ab31d3aacd49666c54eb9e0da0f3330698335cbc31d9ef6c05c1f
checksum=0d198546350d303eab5405446f394ab69a7af3984322035127b8887bfe5ca6d5

python_version=3

Expand Down